Update git-it to 4.2.3 (#29712)

This commit is contained in:
Colin Dunn 2017-02-03 05:56:52 +11:00 committed by Vítor Galvão
parent 4eacf5e7c7
commit 4dfd635314
1 changed files with 4 additions and 6 deletions

View File

@ -1,16 +1,14 @@
cask 'git-it' do
version '4.2.2'
sha256 '636efb126d3c55b1baf7ac15766019a12a4cb78416814205559e29ea1bdfaf94'
version '4.2.3'
sha256 '81ea8d0a675286f6d6ed958c68456f13c9315704191e747b4227dec4f0ef54ad'
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',
checkpoint: '6fafdd46968a5d2b551a83b17508a31f18b4a099f262874a61dca3f96c86b9b2'
checkpoint: '2ec735bc7d4f679ba67ccfbdfd1af29943e9f5c67bd56c46706b644bb8782283'
name 'Git-it'
homepage 'https://github.com/jlord/git-it-electron'
app 'Git-it-darwin-x64/Git-it.app'
zap delete: [
'~/Library/Application Support/Git-it',
]
zap delete: '~/Library/Application Support/Git-it'
end