Files
homebrew-cask/Casks/g/gitpigeon.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

25 lines
633 B
Ruby

cask "gitpigeon" do
version "1.0"
sha256 "a0fe721896d74155570cd360b38c0da92cc38a71713d3d3f6095eba0a007ed7a"
url "https://updates.gitpigeon.com/GitPigeon.#{version.major}.dmg"
name "GitPigeon"
homepage "https://www.gitpigeon.com/"
livecheck do
url "https://updates.gitpigeon.com/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :mojave"
app "GitPigeon.app"
zap trash: [
"~/Library/Application Support/zettlr",
"~/Library/Application Support/com.zbudniewek.GitPigeon",
"~/Library/Caches/com.zbudniewek.GitPigeon",
"~/Library/Preferences/com.zbudniewek.GitPigeon.plist",
]
end