homebrew-cask/Casks/caprine.rb

13 lines
468 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'caprine' do
2017-01-12 05:46:17 +08:00
version '1.8.0'
sha256 'ea94df271617b26a8e2583dd89d5c2b2e8f7f15da113c4edaa3f0e55e7b67176'
2016-05-21 17:29:35 +08:00
url "https://github.com/sindresorhus/caprine/releases/download/#{version}/Caprine-osx-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sindresorhus/caprine/releases.atom',
2017-01-12 05:46:17 +08:00
checkpoint: 'a24049d9b71e435ec7c4a4f12937bc72a340f39fd0d03c9e7c5507b42b46a630'
name 'Caprine'
homepage 'https://github.com/sindresorhus/caprine'
app 'Caprine.app'
end