update franz to 5.0.0-beta.10 (#39855)

* added cask franz-beta for Franz 5.0.0-beta.10

* update franz to 5.0.0-beta.10

* https
This commit is contained in:
Will Moore 2017-10-21 05:53:28 -04:00 committed by Miccal Matthews
parent 83c5e71842
commit 4acb600a5c
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
cask 'franz' do
version '4.0.4'
sha256 'a744a4e4086647ad8c982b38aae761c6a5e3a1394cb4a0d5e2c6bff8e46742cf'
version '5.0.0-beta.10'
sha256 'fffddeb031652571d0075c27e37e96f7fbfa55eff2f3a7a0c2b9a799b8dded0f'
# github.com/meetfranz/franz-app was verified as official when first introduced to the cask
url "https://github.com/meetfranz/franz-app/releases/download/#{version}/Franz-darwin-x64-#{version}.dmg"
appcast 'https://github.com/meetfranz/franz-app/releases.atom',
checkpoint: '2ae578b5675bad0f5a97a3870acaedaad246e0fa61071cb63717ba1624e91201'
# github.com/meetfranz/franz was verified as official when first introduced to the cask
url "https://github.com/meetfranz/franz/releases/download/v#{version}/franz-#{version}.dmg"
appcast 'https://github.com/meetfranz/franz/releases.atom',
checkpoint: '83bdc442a2b68708b8b1ec95b244b95e6aabe94968075a6d6693ba44ae1cc1a2'
name 'Franz'
homepage 'http://meetfranz.com/'
homepage 'https://meetfranz.com/'
app 'Franz.app'
end