homebrew-cask/Casks/laullon-gitx.rb

21 lines
677 B
Ruby
Raw Normal View History

cask :v1 => 'laullon-gitx' do
version '0.8.4'
sha256 'c5f4088497abf5a219bb7bde4fae643fec61647be25bf836fd679567dcabd7df'
# github.com is the official download host per the vendor homepage
2014-09-26 20:08:56 +08:00
url "https://github.com/downloads/laullon/gitx/GitX-L_v#{version}.zip"
2014-12-11 00:34:45 +08:00
name 'GitX (L)'
2014-10-15 23:43:50 +08:00
appcast 'http://gitx.laullon.com/appcast.xml',
:sha256 => '7ce5197de931145d75c57c2171fba559481e79e23bedd58ec107b476731f693b'
homepage 'http://gitx.laullon.com/'
license :gpl
2014-09-16 00:05:38 +08:00
app 'GitX.app'
2014-05-31 03:59:27 +08:00
binary 'GitX.app/Contents/Resources/gitx'
conflicts_with :cask => %w{
gitx
rowanj-gitx
}
end