File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '0.12 .0'
58
+ version = '0.13 .0'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '0.12 .0'
60
+ release = '0.13 .0'
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# Version
2
- TOXIC_VERSION = 0.12 .0
2
+ TOXIC_VERSION = 0.13 .0
3
3
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
4
4
ifneq (, $(findstring error, $(REV ) ) )
5
5
VERSION = $(TOXIC_VERSION )
Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR"
136
136
cd " $BUILD_DIR "
137
137
138
138
# The git hash of the c-toxcore version we're using
139
- TOXCORE_VERSION=" b2315c50e0838687cd328838f1475be095b358f4 "
139
+ TOXCORE_VERSION=" 425216d9eca8b3c2afd48e52c04c6226b920303a "
140
140
141
141
# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
142
- TOXCORE_HASH=" acad3fee6cb88fc2c9b2f17e06cb788467477a7a336475c2fcc8f35e54a3248d "
142
+ TOXCORE_HASH=" f1723d1e5a6ae8e99a22098f057686523b69b06fd4958c2ef8740dfd7350c2f5 "
143
143
144
144
TOXCORE_FILENAME=" c-toxcore-$TOXCORE_VERSION .tar.gz"
145
145
@@ -180,8 +180,8 @@ cmake --build _build --target install
180
180
# location with SSL_CERT_FILE env variable.
181
181
cd " $BUILD_DIR "
182
182
183
- CURL_VERSION=" 7.88.1 "
184
- CURL_HASH=" cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7 "
183
+ CURL_VERSION=" 8.5.0 "
184
+ CURL_HASH=" 05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add "
185
185
CURL_FILENAME=" curl-$CURL_VERSION .tar.gz"
186
186
187
187
wget --timeout=10 -O " $CURL_FILENAME " " https://curl.haxx.se/download/$CURL_FILENAME "
You can’t perform that action at this time.
0 commit comments