homebrew-cask/Casks/bunq.rb

13 lines
478 B
Ruby
Raw Normal View History

cask 'bunq' do
2018-05-25 17:36:20 +08:00
version '0.8.9'
sha256 'aaac0bf9b15a640e8e958b26417f7332dcf4fc49696a0a9a93787797f39341db'
# 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