File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 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.16.0 '
58
+ version = '0.16.1 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '0.16.0 '
60
+ release = '0.16.1 '
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.16.0
2
+ TOXIC_VERSION = 0.16.1
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 @@ -143,10 +143,10 @@ mkdir -p "$BUILD_DIR"
143
143
cd " $BUILD_DIR "
144
144
145
145
# The git hash of the c-toxcore version we're using
146
- TOXCORE_VERSION=" ac812871a2ec42c37dd7f73bf0f7a6734dfc0bf2 "
146
+ TOXCORE_VERSION=" 0f12f384c8cf62310b9cff6c31e94af7126b7478 "
147
147
148
148
# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
149
- TOXCORE_HASH=" 6ae79cb3020032297428846065579a843094a833a6eeb266620c9eed8e3bdedf "
149
+ TOXCORE_HASH=" 18181e2baef5896d217505b360775e84a30d1f8adf48188c87b76a16ccd634ee "
150
150
151
151
TOXCORE_FILENAME=" c-toxcore-$TOXCORE_VERSION .tar.gz"
152
152
@@ -187,8 +187,8 @@ cmake --build _build --target install
187
187
# location with SSL_CERT_FILE env variable.
188
188
cd " $BUILD_DIR "
189
189
190
- CURL_VERSION=" 8.11.0 "
191
- CURL_HASH=" db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb "
190
+ CURL_VERSION=" 8.11.1 "
191
+ CURL_HASH=" c7ca7db48b0909743eaef34250da02c19bc61d4f1dcedd6603f109409536ab56 "
192
192
CURL_FILENAME=" curl-$CURL_VERSION .tar.xz"
193
193
194
194
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