Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

27 lines
785 B
Ruby

cask "go64" do
# NOTE: "64" is not a version number, but an intrinsic part of the product name
version "1.4"
sha256 "f12025face61f2d1c33b11445a5fb635c0bd92252d7f4e79ab791102d7c4cd78"
url "https://www.stclairsoft.com/download/Go64-#{version}.zip"
name "Go64"
desc "Scan computer disk for 32-bit applications"
homepage "https://www.stclairsoft.com/Go64/"
livecheck do
url "https://www.stclairsoft.com/cgi-bin/sparkle.cgi?GO"
strategy :sparkle, &:short_version
end
auto_updates true
app "Go64.app"
zap trash: [
"~/Library/Application Support/com.stclairsoft.Go64",
"~/Library/Caches/com.stclairsoft.Go64",
"~/Library/Preferences/com.stclairsoft.Go64.plist",
"~/Library/Saved Application State/com.stclairsoft.Go64.savedState",
]
end