homebrew-cask/Casks/gitify.rb

14 lines
475 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gitify' do
2016-01-06 03:46:05 +08:00
version '0.0.19'
sha256 '21c3e11efaf0089fc3d9805d4158d5f6c031639983106e730f91b618913ff7af'
2015-05-31 06:26:01 +08:00
url "https://github.com/ekonstantinidis/gitify/releases/download/#{version}/gitify-osx.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/ekonstantinidis/gitify/releases.atom',
checkpoint: '2518cea1da222ddeb581507ea7ba17cc58ba10dd5b56122033114dfd9a6fbef7'
2015-05-31 06:26:01 +08:00
name 'Gitify'
homepage 'https://github.com/ekonstantinidis/gitify'
license :oss
app 'Gitify.app'
end