homebrew-cask/Casks/buttercup.rb

14 lines
552 B
Ruby
Raw Normal View History

cask 'buttercup' do
2017-05-21 04:26:06 +08:00
version '0.16.0'
sha256 '3d98eecc9792131146221896989e8b77264a216b37a29162b42160e1aa31f1a1'
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-05-21 04:26:06 +08:00
checkpoint: 'e933253ed823eae796a453fd953c38f34160e3af1f8e7071ca06bb2b2fad083c'
name 'Buttercup'
homepage 'https://buttercup.pw/'
app 'Buttercup.app'
end