Skip to content

Commit

Permalink
Updated curl to v8.11.1 and sqlite to v3.47.2.
Browse files Browse the repository at this point in the history
████ ███  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 = 97646.24 EUR.  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  • Loading branch information
ctubio committed Dec 15, 2024
1 parent d21851b commit e1c31a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ K ?= K.sh
MAJOR = 0
MINOR = 7
PATCH = 0
BUILD = 53
BUILD = 54

OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\
if you hurt other living creatures, please stop; \n$\
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $(if $(subst 0,,${MAKELEVEL}),,$(warning $(ERR));$(error $(HINT)))

V_ZLIB = 1.3.1
V_SSL = 3.4.0
V_CURL = 8.11.0
V_SQL = 3470000
V_CURL = 8.11.1
V_SQL = 3470200
V_JSON = 3.11.3
V_CATCH = 2.13.10
V_UV = 1.49.2
Expand Down

0 comments on commit e1c31a9

Please sign in to comment.