Skip to content

Commit de651fc

Browse files
committed
chore: bump to v0.16.1 and update static build
1 parent 70b0041 commit de651fc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apidoc/python/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.16.0'
58+
version = '0.16.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.16.0'
60+
release = '0.16.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

cfg/global_vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version
2-
TOXIC_VERSION = 0.16.0
2+
TOXIC_VERSION = 0.16.1
33
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
44
ifneq (, $(findstring error, $(REV)))
55
VERSION = $(TOXIC_VERSION)

script/build-minimal-static-toxic.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ mkdir -p "$BUILD_DIR"
143143
cd "$BUILD_DIR"
144144

145145
# The git hash of the c-toxcore version we're using
146-
TOXCORE_VERSION="ac812871a2ec42c37dd7f73bf0f7a6734dfc0bf2"
146+
TOXCORE_VERSION="0f12f384c8cf62310b9cff6c31e94af7126b7478"
147147

148148
# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
149-
TOXCORE_HASH="6ae79cb3020032297428846065579a843094a833a6eeb266620c9eed8e3bdedf"
149+
TOXCORE_HASH="18181e2baef5896d217505b360775e84a30d1f8adf48188c87b76a16ccd634ee"
150150

151151
TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"
152152

@@ -187,8 +187,8 @@ cmake --build _build --target install
187187
# location with SSL_CERT_FILE env variable.
188188
cd "$BUILD_DIR"
189189

190-
CURL_VERSION="8.11.0"
191-
CURL_HASH="db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb"
190+
CURL_VERSION="8.11.1"
191+
CURL_HASH="c7ca7db48b0909743eaef34250da02c19bc61d4f1dcedd6603f109409536ab56"
192192
CURL_FILENAME="curl-$CURL_VERSION.tar.xz"
193193

194194
wget --timeout=10 -O "$CURL_FILENAME" "https://curl.haxx.se/download/$CURL_FILENAME"

0 commit comments

Comments
 (0)