homebrew-cask/Casks/caprine.rb

14 lines
484 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'caprine' do
2016-04-23 04:10:10 +08:00
version '1.2.2'
sha256 '9c9328e9072ecd991fadc0cf19c7dd94de55bf31cc12a20a99d3e307c2b89252'
2015-12-17 20:50:19 +08:00
url "https://github.com/sindresorhus/caprine/releases/download/v#{version}/Caprine-osx-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sindresorhus/caprine/releases.atom',
2016-04-23 04:10:10 +08:00
checkpoint: '5d44d90c8bd4dcc6bd8c54714ff0bed8edda5c019474af9a26d1728a3d87b70e'
name 'Caprine'
homepage 'https://github.com/sindresorhus/caprine'
license :mit
app 'Caprine.app'
end