homebrew-cask/Casks/gitifier.rb

13 lines
391 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => 'gitifier' do
2015-02-24 10:46:55 +08:00
version '1.3.1'
sha256 '59068f250654d0d1588c544f34148bd81a8855b78f868fca8ae49dd3d24d1ee4'
2015-02-24 10:46:55 +08:00
url "https://github.com/jsuder/Gitifier/releases/download/#{version}/Gitifier-#{version}.zip"
2015-03-15 19:51:02 +08:00
appcast 'https://github.com/jsuder/Gitifier/releases.atom'
2015-01-30 04:47:41 +08:00
name 'Gitifier'
homepage 'http://psionides.github.io/Gitifier/'
license :eclipse
2014-09-16 00:05:38 +08:00
app 'Gitifier.app'
end