diff --git a/srcpkgs/Signal-Desktop/patches/dns.patch b/srcpkgs/Signal-Desktop/patches/dns.patch deleted file mode 100644 index 9e1b3258ace..00000000000 --- a/srcpkgs/Signal-Desktop/patches/dns.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 478eb189c47b555204c132317c9cc28effbdc45a Mon Sep 17 00:00:00 2001 -From: g1a55er -Date: Sat, 1 Jun 2024 19:32:07 -0400 -Subject: [PATCH] Remove domain that does not exist - ---- - ts/scripts/generate-dns-fallback.ts | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/ts/scripts/generate-dns-fallback.ts b/ts/scripts/generate-dns-fallback.ts -index dec7023df3..39f442f4b9 100644 ---- a/ts/scripts/generate-dns-fallback.ts -+++ b/ts/scripts/generate-dns-fallback.ts -@@ -20,7 +20,6 @@ const FALLBACK_DOMAINS = [ - 'cdn3.signal.org', - 'updates2.signal.org', - 'sfu.voip.signal.org', -- 'create.signal.art', - ]; - - async function main() { diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template index 37a4ddc3ec6..1d433fa2c35 100644 --- a/srcpkgs/Signal-Desktop/template +++ b/srcpkgs/Signal-Desktop/template @@ -1,7 +1,7 @@ # Template file for 'Signal-Desktop' pkgname=Signal-Desktop -version=7.10.0 -revision=2 +version=7.16.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 @@ -14,7 +14,7 @@ maintainer="Orphaned " 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=4b695219fcd347ae41590633a7e4c461bf98bceeb5254b3cf744663ac2703ee0 +checksum=faf2597e80616ff791860e5b7ee40c503366b567aa5bb8bfa5967c92d88aa0cd nostrip_files="signal-desktop" post_extract() {