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-01-31 02:47:03 +08:00
version '0.6.0'
sha256 'c72f1c2881500ee52c8f6a90e313b6db1a2ad8eb08d11cc4a7097e2b6aa96ed2'
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-01-31 02:47:03 +08:00
checkpoint: '1269363b16177102f70506fdb97037fbbea8e0a76461ba27bb8d02e39f047380'
name 'Caprine'
homepage 'https://github.com/sindresorhus/caprine'
license :mit
app 'Caprine.app'
end