Add Buttercup v0.6.1 (#28724)

* Add Buttercup v0.6.1

* Added Buttercup url verification

* Fixed review notes
This commit is contained in:
Sallar Kaboli 2017-01-08 04:04:46 +02:00 committed by Miccal Matthews
parent f59035a065
commit 7e9ce7f10d
1 changed files with 13 additions and 0 deletions

13
Casks/buttercup.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'buttercup' do
version '0.6.1'
sha256 '92526f774e96c41c22abbb5f9620e683b551e80544a0d9a962b785b48454c16d'
# github.com/buttercup-pw/buttercup was verified as official when first introduced to the cask
url "https://github.com/buttercup-pw/buttercup/releases/download/#{version}-alpha/Buttercup-#{version}-mac.zip"
appcast 'https://github.com/buttercup-pw/buttercup/releases.atom',
checkpoint: '5a8ade11ebdeaa58f34f18923dbfd0cf10d19908090218139be26e8f231eab69'
name 'Buttercup'
homepage 'https://buttercup.pw'
app 'Buttercup.app'
end