homebrew-cask/Casks/buttercup.rb

14 lines
584 B
Ruby
Raw Normal View History

cask 'buttercup' do
2018-01-02 22:51:59 +08:00
version '0.25.2'
sha256 '89b095ce0362f8f11e30d04626bc59520eb28626b6da3e48c449dc69323a449c'
# github.com/buttercup/buttercup-desktop was verified as official when first introduced to the cask
2017-10-24 18:55:41 +08:00
url "https://github.com/buttercup/buttercup-desktop/releases/download/v#{version}/buttercup-desktop-#{version}-mac.zip"
appcast 'https://github.com/buttercup/buttercup-desktop/releases.atom',
2018-01-02 22:51:59 +08:00
checkpoint: '7f64039ae2de5852920e295b95b450ec267ad8daf59892c76841bf7f0c58f55c'
name 'Buttercup'
homepage 'https://buttercup.pw/'
app 'Buttercup.app'
end