Skip to content

Commit f7c1b89

Browse files
committed
Updated curl to v7.80.0 and sqlite to v3370000.
████ ███ To request new features or in case this commit breaks something for you, ████ ███ please, create a new github issue with all possible information for me, ▓███▀█▄ but never share your API Keys! ▒▓██ ███ ░▒▓█ ███ Signed-off-by: Carles Tubio <ctubio@users.noreply.github.com> _________________________________________ / Hello, WORLD! \ | | \ pssst.. 1.00000000 BTC = 44550.32 EUR. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
1 parent 192c3e6 commit f7c1b89

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/lib/Makefile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ $(if $(subst 0,,${MAKELEVEL}),,$(warning $(ERR));$(error $(HINT)))
44

55
V_ZLIB = 1.2.11
66
V_SSL = 3.0.0
7-
V_CURL = 7.79.1
8-
V_SQL = 3360000
9-
V_JSON = 3.10.3
7+
V_CURL = 7.80.0
8+
V_SQL = 3370000
9+
V_JSON = 3.10.4
1010
V_CATCH = 2.13.7
1111
V_UV = 1.42.0
1212

@@ -37,13 +37,13 @@ clean:
3737
@rm -vrf $(KBUILD)
3838

3939
check:
40-
# zlib | $(V_ZLIB) | $(shell curl -s https://www.zlib.net/ChangeLog.txt | grep "Changes in " | head -n1 | cut -d' ' -f3)
41-
# openssl | $(V_SSL) | $(shell curl -s https://www.openssl.org/news/cl$(shell curl -s https://www.openssl.org/source/ | grep "The latest stable version is " | cut -d' ' -f12 | tr -d '.').txt | grep "Changes between " | head -n1 | cut -d' ' -f4)
42-
# curl | $(V_CURL) | $(shell curl -s https://curl.se/changes.html | grep "Fixed in " | head -n1 | cut -d' ' -f4)
43-
# sqlite | $(V_SQL) | $(shell curl -s https://www.sqlite.org/download.html | grep "sqlite-amalgamation-" | head -n1 | cut -d'-' -f3 | cut -d'.' -f1)
44-
# json | $(V_JSON) | $(shell curl -s https://api.github.com/repos/nlohmann/json/releases | grep "tag_name" | head -n1 | cut -d'v' -f2 | cut -d'"' -f1)
45-
# catch | $(V_CATCH) | $(shell curl -s https://api.github.com/repos/catchorg/Catch2/releases | grep "tag_name" | head -n1 | cut -d'v' -f2 | cut -d'"' -f1)
46-
# uv | $(V_UV) | $(shell curl -s https://api.github.com/repos/libuv/libuv/releases | grep "tag_name" | head -n1 | cut -d'v' -f2 | cut -d'"' -f1)
40+
# zlib | $(V_ZLIB) | $(shell curl -s https://www.zlib.net/ChangeLog.txt | grep "Changes in " | head -n1 | cut -d' ' -f3)
41+
# openssl | $(V_SSL) | $(shell curl -s https://www.openssl.org/news/cl$(shell curl -s https://www.openssl.org/source/ | grep "The latest stable version is " | cut -d' ' -f12 | tr -d '.').txt | grep "Changes between " | head -n1 | cut -d' ' -f4)
42+
# curl | $(V_CURL) | $(shell curl -s https://curl.se/changes.html | grep "Fixed in " | head -n1 | cut -d' ' -f4)
43+
# sqlite | $(V_SQL) | $(shell curl -s https://www.sqlite.org/download.html | grep "sqlite-amalgamation-" | head -n1 | cut -d'-' -f3 | cut -d'.' -f1)
44+
# json | $(V_JSON) | $(shell curl -s https://api.github.com/repos/nlohmann/json/releases | grep "tag_name" | head -n1 | cut -d'v' -f2 | cut -d'"' -f1)
45+
# catch | $(V_CATCH) | $(shell curl -s https://api.github.com/repos/catchorg/Catch2/releases | grep "tag_name" | head -n1 | cut -d'v' -f2 | cut -d'"' -f1)
46+
# uv | $(V_UV) | $(shell curl -s https://api.github.com/repos/libuv/libuv/releases | grep "tag_name" | head -n1 | cut -d'v' -f2 | cut -d'"' -f1)
4747

4848
zlib:
4949
test -d $(KBUILD)/var/zlib-$(V_ZLIB) || ( \

0 commit comments

Comments
 (0)