homebrew-cask/Casks/git-it.rb

15 lines
532 B
Ruby
Raw Normal View History

2016-09-30 09:36:29 +08:00
cask 'git-it' do
2017-02-03 02:56:52 +08:00
version '4.2.3'
sha256 '81ea8d0a675286f6d6ed958c68456f13c9315704191e747b4227dec4f0ef54ad'
2016-09-30 09:36:29 +08:00
url "https://github.com/jlord/git-it-electron/releases/download/#{version}/Git-it-Mac-x64.zip"
appcast 'https://github.com/jlord/git-it-electron/releases.atom',
2017-02-03 02:56:52 +08:00
checkpoint: '2ec735bc7d4f679ba67ccfbdfd1af29943e9f5c67bd56c46706b644bb8782283'
2016-09-30 09:36:29 +08:00
name 'Git-it'
homepage 'https://github.com/jlord/git-it-electron'
2016-12-07 18:53:04 +08:00
app 'Git-it-darwin-x64/Git-it.app'
2016-09-30 09:36:29 +08:00
2017-02-03 02:56:52 +08:00
zap delete: '~/Library/Application Support/Git-it'
2016-09-30 09:36:29 +08:00
end