homebrew-cask/Casks/b/bike.rb

25 lines
614 B
Ruby
Raw Normal View History

cask "bike" do
2023-08-06 13:04:04 +08:00
version "1.13,145"
sha256 "5cf58a0425f9295516287303e56e13b401a68503bd52d2838572d9dab3275f7e"
url "https://www.hogbaysoftware.com/bike/releases/#{version.csv.second}.dmg"
name "Bike"
desc "Record and process your ideas"
homepage "https://www.hogbaysoftware.com/bike/"
livecheck do
url "https://www.hogbaysoftware.com/bike/releases/index.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :big_sur"
app "Bike.app"
zap trash: [
"~/Library/Application Scripts/com.hogbaysoftware.Bike",
"~/Library/Containers/com.hogbaysoftware.Bike",
]
end