Update stack from 2.6.2.20200306 to 2.6.4.20200506 (#83119)

* Update stack from 2.6.2.20200306 to 2.6.4.20200506

* Add missing segment to Appcast URL

This segment is needed to show the latest version. Leaving it empty or put in zero will show an older version than the latest. It is unknown what the effect of the number has on future updates. Anything above zero shows the latest version. The official client uses 18, so that is the value we are going with.
This commit is contained in:
Brian van Burken
2020-05-25 15:51:50 +01:00
committed by GitHub
parent 31d144722e
commit 2d41df61d0
+3 -3
View File
@@ -1,10 +1,10 @@
cask 'stack' do
version '2.6.2.20200306'
sha256 'f3b03c6a3a6f4bdafdceb2a7c626ed473cdb127e8254a517c4c998d5c286eabd'
version '2.6.4.20200506'
sha256 '676241a70d26832f8910bdeb64e5c44f8ff265a27b1267c2daf15beefe4e4a00'
# transip.net/stack/ was verified as official when first introduced to the cask
url "https://mirror.transip.net/stack/software/osx/stack-#{version}.pkg"
appcast 'https://mirror.transip.net/stack/update/?version=0.0.0&platform=macos&oem=stack&versionsuffix=&sparkle=true'
appcast 'https://mirror.transip.net/stack/update/?version=0.0.0&platform=macos&oem=stack&versionsuffix=&updatesegment=18&sparkle=true'
name 'STACK'
homepage 'https://www.transip.nl/stack'