Signal-Desktop: update to 6.21.0.
This commit is contained in:
parent
b26c76f8c5
commit
bd5180f6f5
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'Signal-Desktop'
|
||||
pkgname=Signal-Desktop
|
||||
version=6.20.2
|
||||
version=6.21.0
|
||||
revision=1
|
||||
# Signal officially only supports x86_64
|
||||
# x86_64-musl could potentially work based on the Alpine port:
|
||||
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
|
||||
# ARM: https://github.com/signalapp/Signal-Desktop/issues/3410
|
||||
archs="x86_64"
|
||||
hostmakedepends="git git-lfs nodejs python3 tar"
|
||||
hostmakedepends="git git-lfs nodejs-lts python3 tar"
|
||||
depends="cairo gtk+3 libvips pango"
|
||||
short_desc="Signal Private Messenger for Linux"
|
||||
maintainer="anelki <akierig@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=8cca38e0ce70bec39a9d3f4c1d51bfec95a1455187c5ec1001ce98ec55f9c3e5
|
||||
checksum=fea24e57de48cf60f42f40764429176cd236a0a765bb18e1815e2d56511923f7
|
||||
nostrip_files="signal-desktop"
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Add table
Reference in a new issue