From dab0d4f33621cbc22b0fb54bc4102858e3930df1 Mon Sep 17 00:00:00 2001 From: akierig Date: Thu, 7 Jul 2022 19:13:58 -0500 Subject: [PATCH] Signal-Desktop: update to 5.50.1. --- srcpkgs/Signal-Desktop/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template index 6b2d16124f78..9a23deef0b94 100644 --- a/srcpkgs/Signal-Desktop/template +++ b/srcpkgs/Signal-Desktop/template @@ -1,10 +1,9 @@ # Template file for 'Signal-Desktop' pkgname=Signal-Desktop -version=5.48.0 +version=5.50.1 revision=1 # Signal officially only supports x86_64 (also due to Electron) -# discontinued Electron 32-bit support: https://www.electronjs.org/blog/linux-32bit-support -# 32-bit is not supported https://github.com/signalapp/Signal-Desktop/issues/1661 +# x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension # armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410 archs="x86_64" hostmakedepends="git git-lfs nodejs python3 tar yarn" @@ -14,7 +13,7 @@ maintainer="akierig " license="AGPL-3.0-only" homepage="https://github.com/signalapp/Signal-Desktop" distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz" -checksum=17c1221c3dbf56981d894446ac3f714b0ddfbee42e6fee2fe7787be78274900a +checksum=5e257837c29d19ddd19987362c2d6095d10eabe1681d21bec1beb32f27b8d427 nostrip_files="signal-desktop" post_extract() {