Update Postbox.app to v6.0.12 and fixed official download url (#48615)

* Upgrade Postbox.app to v6.0.12 and fixed download url

Upgrade Postbox.app to v6.0.12 and fixed download url

* Update Postbox.app to v6.0.12 and fixed official download url

Update Postbox.app to v6.0.12 and fixed official download url

* Update postbox.rb
This commit is contained in:
Alexander Untch 2018-06-19 19:39:42 +02:00 committed by Vítor Galvão
parent a33dcab61e
commit 7675e4eab5
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
cask 'postbox' do
version '6.0.10,1_9d44288fe2fa5ec561b1ffc601c179224ff7ae7a'
sha256 'fed5e71c083d09fa2f43e2a0a9140929ca8c1fb776895ad385f1d73820a343e6'
version '6.0.12'
sha256 '54d29e6ccb69ee20a020166b6d430a74ef1a32f1c44327d56e08aab444255b7b'
# amazonaws.com/download.getpostbox.com was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/download.getpostbox.com/installers/#{version.before_comma}/#{version.after_comma}/postbox-#{version.before_comma}-mac64.dmg"
# d3nx85trn0lqsg.cloudfront.net/mac was verified as official when first introduced to the cask
url "https://d3nx85trn0lqsg.cloudfront.net/mac/postbox-#{version}-mac64.dmg"
name 'Postbox'
homepage 'https://www.postbox-inc.com/'