Add BunqDesktop.app v0.8.1 (#45208)

* Add BunqDesktop.app v0.8.1

* Fix comment for url BunqDesktop.app Cask

* Update and rename bunqdesktop.rb to bunq.rb
This commit is contained in:
Nick D 2018-03-26 02:05:40 +02:00 committed by Vítor Galvão
parent 8349d41e5e
commit 724eef6397
1 changed files with 13 additions and 0 deletions

13
Casks/bunq.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'bunq' do
version '0.8.1'
sha256 '15c6e2ccfcef741bf7fb839ad95ca8a8f514673dfdc8e09460cdf87830c28f74'
# 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"
appcast 'https://github.com/BunqCommunity/BunqDesktop/releases.atom',
checkpoint: '044987e7d179701e08a5c6fbdce5741ac3b1d3ca8ddaf22d74536ed2e0bbdd23'
name 'BunqDesktop'
homepage 'https://bunqdesktop.com/'
app 'BunqDesktop.app'
end