summaryrefslogtreecommitdiff
path: root/net-im/signal-desktop/get_deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/signal-desktop/get_deps.sh')
-rw-r--r--net-im/signal-desktop/get_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/signal-desktop/get_deps.sh b/net-im/signal-desktop/get_deps.sh
index edb9902ff914..342a11f5fab0 100644
--- a/net-im/signal-desktop/get_deps.sh
+++ b/net-im/signal-desktop/get_deps.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-SIGNAL_VERS=v5.46.0
+SIGNAL_VERS=v5.49.0
ringrtc_hash=$(fetch -qo - https://raw.githubusercontent.com/signalapp/Signal-Desktop/${SIGNAL_VERS}/package.json | grep '"ringrtc": "https' | awk -F "#" '{print $2}' | sed 's#",##')
# echo "RINGRTC_HASH= ${ringrtc_hash}"