homebrew-cask-versions/Casks/gitx.rb
Vítor Galvão a273600827 Merge pull request #9200 from jawshooah/gitx/conflicts-with
Add conflicts_with stanzas to gitx, laullon-gitx, rowanj-gitx
2015-01-25 02:45:03 +00:00

17 lines
420 B
Ruby

cask :v1 => 'gitx' do
version :latest
sha256 :no_check
url 'http://frim.frim.nl/GitXStable.app.zip'
appcast 'http://gitx.frim.nl/Downloads/appcast.xml'
homepage 'http://gitx.frim.nl/'
license :gpl
app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'
conflicts_with :cask => %w{
laullon-gitx
rowanj-gitx
}
end