homebrew-cask/Casks/gitbox.rb

17 lines
573 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gitbox' do
version '1.6.2'
sha256 '181ac55515221bf07c9994f25a11e962a9057e4249600b4d95424bcb6bb5c6d7'
2016-02-27 23:29:11 +08:00
# d1oa71y4zxyi0a.cloudfront.net was verified as official when first introduced to the cask
2014-09-26 20:08:56 +08:00
url "https://d1oa71y4zxyi0a.cloudfront.net/gitbox-#{version}-ml.zip"
2014-10-15 23:43:50 +08:00
appcast 'http://gitboxapp.com/updates.xml',
checkpoint: 'd22fec338fe94f98556990084e8f11ab1c4378e8d4b6b2430544a857adc6215e'
2015-03-30 21:43:54 +08:00
name 'Gitbox'
2013-05-29 13:05:51 +08:00
homepage 'http://gitboxapp.com/'
2015-09-01 00:54:44 +08:00
license :commercial
2014-09-16 00:05:38 +08:00
app 'Gitbox.app'
2014-11-22 22:24:19 +08:00
zap delete: '~/Library/Preferences/com.oleganza.gitbox.plist'
2013-05-29 13:05:51 +08:00
end