File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '0.12 .0'
58+ version = '0.13 .0'
5959# The full version, including alpha/beta/rc tags.
60- release = '0.12 .0'
60+ release = '0.13 .0'
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11# Version
2- TOXIC_VERSION = 0.12 .0
2+ TOXIC_VERSION = 0.13 .0
33REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
44ifneq (, $(findstring error, $(REV ) ) )
55 VERSION = $(TOXIC_VERSION )
Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR"
136136cd " $BUILD_DIR "
137137
138138# The git hash of the c-toxcore version we're using
139- TOXCORE_VERSION=" b2315c50e0838687cd328838f1475be095b358f4 "
139+ TOXCORE_VERSION=" 425216d9eca8b3c2afd48e52c04c6226b920303a "
140140
141141# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
142- TOXCORE_HASH=" acad3fee6cb88fc2c9b2f17e06cb788467477a7a336475c2fcc8f35e54a3248d "
142+ TOXCORE_HASH=" f1723d1e5a6ae8e99a22098f057686523b69b06fd4958c2ef8740dfd7350c2f5 "
143143
144144TOXCORE_FILENAME=" c-toxcore-$TOXCORE_VERSION .tar.gz"
145145
@@ -180,8 +180,8 @@ cmake --build _build --target install
180180# location with SSL_CERT_FILE env variable.
181181cd " $BUILD_DIR "
182182
183- CURL_VERSION=" 7.88.1 "
184- CURL_HASH=" cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7 "
183+ CURL_VERSION=" 8.5.0 "
184+ CURL_HASH=" 05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add "
185185CURL_FILENAME=" curl-$CURL_VERSION .tar.gz"
186186
187187wget --timeout=10 -O " $CURL_FILENAME " " https://curl.haxx.se/download/$CURL_FILENAME "
You can’t perform that action at this time.
0 commit comments