From fea12c1783c3ca7db9af63897f48ef47c7351887 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Wed, 27 Jan 2021 02:41:27 +0000 Subject: [PATCH] Update signal-beta to use .dmg instead of .zip (#10272) * Update signal-beta to use .dmg instead of .zip Getting signing issues with the downloaded .zip As you can see [here](https://github.com/signalapp/Signal-Desktop/issues/3128) it appears that others have, before, experienced issues with the .zip version. I'm not sure why there are two, but .dmg seems to not have any signing issues. Would appreciate thoughts from others as to why this issue is occurring with the .zip version. Thanks! Peter * Update signal-beta.rb --- Casks/signal-beta.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Casks/signal-beta.rb b/Casks/signal-beta.rb index ef6925d8ce9e94..f7583049cab404 100644 --- a/Casks/signal-beta.rb +++ b/Casks/signal-beta.rb @@ -1,10 +1,11 @@ cask "signal-beta" do version "1.39.6-beta.1" - sha256 "8782ded1308e21f21417096d76819f777279472502727555f3ae0836d2d4a1c1" + sha256 "7bfd120c1456d5f0b1b4d0188d682141e405b5c07bbf76398bf61a50987817d8" - url "https://updates.signal.org/desktop/signal-desktop-beta-mac-#{version}.zip" + url "https://updates.signal.org/desktop/signal-desktop-beta-mac-#{version}.dmg" appcast "https://github.com/signalapp/Signal-Desktop/releases.atom" name "Signal Beta" + desc "Instant messaging application focusing on security" homepage "https://signal.org/" auto_updates true