homebrew-cask/Casks/gitifier.rb

14 lines
474 B
Ruby

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