homebrew-cask/Casks/rowanj-gitx.rb

16 lines
568 B
Ruby

cask "rowanj-gitx" do
version "0.15.1964"
sha256 "d88bcb7f92ca1cdf31cb3f1d2e24c03e2091ab330319aeef2e770c0dbd6f7817"
# github.com/rowanj/gitx/ was verified as official when first introduced to the cask
url "https://github.com/rowanj/gitx/releases/download/builds/#{version.major_minor}/#{version.patch}/GitX-dev-#{version.patch}.dmg"
appcast "https://github.com/rowanj/gitx/releases.atom"
name "GitX-dev"
homepage "https://rowanj.github.io/gitx/"
conflicts_with cask: "gitx"
app "GitX.app"
binary "#{appdir}/GitX.app/Contents/Resources/gitx"
end