parent
67ca5a0dcc
commit
6902614cee
|
@ -1,21 +0,0 @@
|
|||
From 478eb189c47b555204c132317c9cc28effbdc45a Mon Sep 17 00:00:00 2001
|
||||
From: g1a55er <x@g1a55er.net>
|
||||
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() {
|
|
@ -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 <orphan@voidlinux.org>"
|
|||
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() {
|
||||
|
|
Loading…
Reference in New Issue