mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
67ca5a0dcc
commit
6902614cee
2 changed files with 3 additions and 24 deletions
|
@ -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'
|
# Template file for 'Signal-Desktop'
|
||||||
pkgname=Signal-Desktop
|
pkgname=Signal-Desktop
|
||||||
version=7.10.0
|
version=7.16.0
|
||||||
revision=2
|
revision=1
|
||||||
# Signal officially only supports x86_64
|
# Signal officially only supports x86_64
|
||||||
# x86_64-musl could potentially work based on the Alpine port:
|
# x86_64-musl could potentially work based on the Alpine port:
|
||||||
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
|
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=4b695219fcd347ae41590633a7e4c461bf98bceeb5254b3cf744663ac2703ee0
|
checksum=faf2597e80616ff791860e5b7ee40c503366b567aa5bb8bfa5967c92d88aa0cd
|
||||||
nostrip_files="signal-desktop"
|
nostrip_files="signal-desktop"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue