From 2d41df61d037ea8bd37cbcdad378d2394162e429 Mon Sep 17 00:00:00 2001 From: Brian van Burken Date: Mon, 25 May 2020 14:51:50 +0000 Subject: [PATCH] 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. --- Casks/stack.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/stack.rb b/Casks/stack.rb index 9bf1aacf9f..3197113b4d 100644 --- a/Casks/stack.rb +++ b/Casks/stack.rb @@ -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'