Signal-Desktop: update to 5.50.1.

This commit is contained in:
akierig 2022-07-07 19:13:58 -05:00 committed by Michal Vasilek
parent ccf361ae6c
commit 560054264b

View file

@ -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 <anelki@fastmail.de>"
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() {