homebrew-cask/Casks/gitifier.rb

13 lines
391 B
Ruby

cask :v1 => 'gitifier' do
version '1.3.1'
sha256 '59068f250654d0d1588c544f34148bd81a8855b78f868fca8ae49dd3d24d1ee4'
url "https://github.com/jsuder/Gitifier/releases/download/#{version}/Gitifier-#{version}.zip"
appcast 'https://github.com/jsuder/Gitifier/releases.atom'
name 'Gitifier'
homepage 'http://psionides.github.io/Gitifier/'
license :eclipse
app 'Gitifier.app'
end