homebrew-cask/Casks/gitx-rowanj.rb

13 lines
337 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => 'gitx-rowanj' do
2014-09-17 19:42:46 +08:00
version :latest
sha256 :no_check
url 'http://builds.phere.net/GitX/development/GitX-dev.dmg'
2014-05-14 21:40:00 +08:00
appcast 'https://s3.amazonaws.com/builds.phere.net/GitX/development/GitX-dev.xml'
homepage 'http://rowanj.github.io/gitx/'
2014-10-01 23:32:58 +08:00
license :oss
2014-09-16 00:05:38 +08:00
app 'GitX.app'
2014-04-05 16:53:36 +08:00
binary 'GitX.app/Contents/Resources/gitx'
end