homebrew-cask/Casks/bunq.rb

13 lines
479 B
Ruby
Raw Normal View History

cask 'bunq' do
2018-07-06 03:51:15 +08:00
version '0.8.11'
2018-07-22 22:00:51 +08:00
sha256 'ff461b377e5b6acd9bffd86e2c8367eb3ec2e1e6734c8a64f58ef4b8aed3eb05'
# github.com/BunqCommunity/BunqDesktop was verified as official when first introduced to the cask
url "https://github.com/BunqCommunity/BunqDesktop/releases/download/#{version}/BunqDesktop-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/BunqCommunity/BunqDesktop/releases.atom'
name 'BunqDesktop'
homepage 'https://bunqdesktop.com/'
app 'BunqDesktop.app'
end