homebrew-cask/Casks/gitifier.rb

15 lines
565 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gitifier' do
2015-02-24 10:46:55 +08:00
version '1.3.1'
sha256 '59068f250654d0d1588c544f34148bd81a8855b78f868fca8ae49dd3d24d1ee4'
2016-02-11 05:49:40 +08:00
# github.com/nschum/Gitifier was verified as official when first introduced to the cask
url "https://github.com/nschum/Gitifier/releases/download/#{version}/Gitifier-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/nschum/Gitifier/releases.atom',
checkpoint: 'a0cce6c8ca814f0586a2c07e602183cb07e164ee26c543346b4e2a6a03e834b1'
2015-01-30 04:47:41 +08:00
name 'Gitifier'
2015-06-29 14:32:18 +08:00
homepage 'https://psionides.github.io/Gitifier/'
license :eclipse
2014-09-16 00:05:38 +08:00
app 'Gitifier.app'
end