Skip to content

Commit 5f4d9ea

Browse files
committed
Bump version to 0.13.0
Also update curl and toxcore in static build script
1 parent 710a9b6 commit 5f4d9ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: apidoc/python/source/conf.py

+2-2
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.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.

Diff for: cfg/global_vars.mk

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

Diff for: script/build-minimal-static-toxic.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR"
136136
cd "$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

144144
TOXCORE_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.
181181
cd "$BUILD_DIR"
182182

183-
CURL_VERSION="7.88.1"
184-
CURL_HASH="cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7"
183+
CURL_VERSION="8.5.0"
184+
CURL_HASH="05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add"
185185
CURL_FILENAME="curl-$CURL_VERSION.tar.gz"
186186

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

0 commit comments

Comments
 (0)