We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76f4bb commit d223ed3Copy full SHA for d223ed3
qtox/download/download_toxcore.sh
@@ -6,11 +6,11 @@
6
7
set -euo pipefail
8
9
-TOXCORE_VERSION=0.2.20
10
-TOXCORE_HASH=a9c89a8daea745d53e5d78e7aacb99c7b4792c4400a5a69c71238f45d6164f4c
+TOXCORE_VERSION=0.2.21
+TOXCORE_HASH=5998470ea3d32067ffcb9411746720e9537406ba318166ebd75deddd75ad74b7
11
12
source "$(dirname "$(realpath "$0")")/common.sh"
13
14
download_verify_extract_tarball \
15
- https://github.com/TokTok/c-toxcore/releases/download/v"$TOXCORE_VERSION/c-toxcore-$TOXCORE_VERSION".tar.gz \
+ https://github.com/TokTok/c-toxcore/releases/download/v"$TOXCORE_VERSION/v$TOXCORE_VERSION".tar.gz \
16
"$TOXCORE_HASH"
0 commit comments