homebrew-cask/Casks/gitx.rb

12 lines
257 B
Ruby
Raw Normal View History

2012-10-14 14:24:57 +08:00
class Gitx < Cask
2014-09-17 19:42:46 +08:00
version :latest
sha256 :no_check
2012-10-14 14:24:57 +08:00
url 'http://frim.frim.nl/GitXStable.app.zip'
2014-05-14 21:40:00 +08:00
appcast 'http://gitx.frim.nl/Downloads/appcast.xml'
2012-10-14 14:24:57 +08:00
homepage 'http://gitx.frim.nl/'
2014-09-16 00:05:38 +08:00
app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'
2012-10-14 14:24:57 +08:00
end