homebrew-cask/Casks/rowanj-gitx.rb

17 lines
592 B
Ruby

cask "rowanj-gitx" do
version "0.15.1964"
sha256 "d88bcb7f92ca1cdf31cb3f1d2e24c03e2091ab330319aeef2e770c0dbd6f7817"
url "https://github.com/rowanj/gitx/releases/download/builds/#{version.major_minor}/#{version.patch}/GitX-dev-#{version.patch}.dmg",
verified: "github.com/rowanj/gitx/"
appcast "https://github.com/rowanj/gitx/releases.atom"
name "GitX-dev"
desc "Native graphical client for the git version control system"
homepage "https://rowanj.github.io/gitx/"
conflicts_with cask: "gitx"
app "GitX.app"
binary "#{appdir}/GitX.app/Contents/Resources/gitx"
end