diff options
Diffstat (limited to 'net-im/signal-desktop/get_deps.sh')
-rw-r--r-- | net-im/signal-desktop/get_deps.sh | 2 |
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 eee124615b88..029159fe2d99 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.53.0 +SIGNAL_VERS=v5.54.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} ; https://raw.githubusercontent.com/signalapp/Signal-Desktop/${SIGNAL_VERS}/package.json" |