homebrew-cask/Casks/buttercup.rb

14 lines
552 B
Ruby
Raw Normal View History

cask 'buttercup' do
2017-06-26 13:27:53 +08:00
version '0.18.0'
sha256 '79fecced3534194604839048625b35e585742016a6c79df115663d63c27817f4'
2017-05-04 04:11:33 +08:00
# github.com/buttercup/buttercup was verified as official when first introduced to the cask
2017-05-08 07:19:17 +08:00
url "https://github.com/buttercup/buttercup/releases/download/v#{version}/Buttercup-#{version}-mac.zip"
2017-05-04 04:11:33 +08:00
appcast 'https://github.com/buttercup/buttercup/releases.atom',
2017-06-26 13:27:53 +08:00
checkpoint: '9db5a0812078c2c86d1930e592fabb5d3c137a4e024ca7c4e9d6e9c40e4a4f5d'
name 'Buttercup'
homepage 'https://buttercup.pw/'
app 'Buttercup.app'
end