From 53f7bef8a41ed7dd11817d838af3f70f4a2a91fc Mon Sep 17 00:00:00 2001 From: Snapcrafters Bot Date: Thu, 7 Dec 2023 09:12:36 +0000 Subject: [PATCH] chore: bump signal-desktop to version 6.41.0 --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 22beb3893..d247f20d4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -35,7 +35,7 @@ source-code: https://github.com//snapcrafters/signal-desktop license: AGPL-3.0-only adopt-info: signal-desktop icon: snap/gui/signal-desktop.png -version: 6.40.0 +version: 6.41.0 base: core22 grade: stable @@ -51,7 +51,7 @@ parts: # The purpose of this part is to introduce proxy awareness so the build succeeds in LP. ringrtc: plugin: dump - source: https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.34.3.tgz + source: https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.34.4.tgz override-build: | # Patch the file; inject a proxy agent at the top of the file cat <<-EOF > scripts/fetch-prebuild.js @@ -67,7 +67,7 @@ parts: # The purpose of this part is to introduce proxy awareness so the build succeeds in LP. better-sqlite3: plugin: dump - source: https://registry.npmjs.org/@signalapp/better-sqlite3/-/better-sqlite3-8.5.2.tgz + source: https://registry.npmjs.org/@signalapp/better-sqlite3/-/better-sqlite3-8.6.0.tgz override-build: | # Patch the file; inject a proxy agent at the top of the file cat <<-EOF > deps/download.js