homebrew-cask/Casks/buttercup.rb

13 lines
486 B
Ruby

cask 'buttercup' do
version '1.10.1'
sha256 'e47a7adf92766b45471214722ec4aa915143fa54a76cac0af53677a381c45d7f'
# github.com/buttercup/buttercup-desktop was verified as official when first introduced to the cask
url "https://github.com/buttercup/buttercup-desktop/releases/download/v#{version}/Buttercup-#{version}-mac.zip"
appcast 'https://github.com/buttercup/buttercup-desktop/releases.atom'
name 'Buttercup'
homepage 'https://buttercup.pw/'
app 'Buttercup.app'
end