Files
homebrew-cask/Casks/h/height.rb
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

29 lines
852 B
Ruby

cask "height" do
version "0.21.0"
sha256 "f6e3b4e219bd3d924d17adab65c30cd19366c35855e191888573060d51c5178d"
url "https://storage.googleapis.com/height-statics/_app/Height-#{version}-universal.dmg",
verified: "storage.googleapis.com/height-statics/_app/"
name "Height"
desc "All-in-one project management tool"
homepage "https://height.app/"
livecheck do
url "https://storage.googleapis.com/height-statics/_app/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
app "Height.app"
zap trash: [
"~/Library/Application Support/Caches/height-electron-updater",
"~/Library/Application Support/Height",
"~/Library/Caches/app.height",
"~/Library/Caches/app.height.ShipIt",
"~/Library/Preferences/app.height.plist",
"~/Library/Saved Application State/app.height.savedState",
]
end