Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Update signal-beta to use .dmg instead of .zip (#10272)
Browse files Browse the repository at this point in the history
* Update signal-beta to use .dmg instead of .zip

Getting signing issues with the downloaded .zip

As you can see [here](signalapp/Signal-Desktop#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
  • Loading branch information
peterlewis authored Jan 27, 2021
1 parent 26eb8ce commit fea12c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Casks/signal-beta.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fea12c1

Please sign in to comment.