Signal-Desktop: update to 5.50.1.
This commit is contained in:
parent
ccf361ae6c
commit
560054264b
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'Signal-Desktop'
|
# Template file for 'Signal-Desktop'
|
||||||
pkgname=Signal-Desktop
|
pkgname=Signal-Desktop
|
||||||
version=5.48.0
|
version=5.50.1
|
||||||
revision=1
|
revision=1
|
||||||
# Signal officially only supports x86_64 (also due to Electron)
|
# Signal officially only supports x86_64 (also due to Electron)
|
||||||
# discontinued Electron 32-bit support: https://www.electronjs.org/blog/linux-32bit-support
|
# x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
|
||||||
# 32-bit is not supported https://github.com/signalapp/Signal-Desktop/issues/1661
|
|
||||||
# armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410
|
# armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="git git-lfs nodejs python3 tar yarn"
|
hostmakedepends="git git-lfs nodejs python3 tar yarn"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/signalapp/Signal-Desktop"
|
homepage="https://github.com/signalapp/Signal-Desktop"
|
||||||
distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
|
distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
|
||||||
checksum=17c1221c3dbf56981d894446ac3f714b0ddfbee42e6fee2fe7787be78274900a
|
checksum=5e257837c29d19ddd19987362c2d6095d10eabe1681d21bec1beb32f27b8d427
|
||||||
nostrip_files="signal-desktop"
|
nostrip_files="signal-desktop"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue