dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit c8aae938605a5842d85821e3d5fd8aecb923b498
parent 15dbbf0ed203b6c3012185fa4e5fda304b98fba1
Author: finwo <finwo@pm.me>
Date:   Sun, 30 Apr 2023 21:41:46 +0200

Updated tidwall/json.c library tarball url to patched version

Diffstat:
Mtidwall/json/package.ini | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tidwall/json/package.ini b/tidwall/json/package.ini @@ -1,6 +1,7 @@ [package] name=tidwall/json -src=https://github.com/tidwall/json.c/archive/refs/heads/main.tar.gz +# src=https://github.com/tidwall/json.c/archive/refs/heads/main.tar.gz +src=https://github.com/finwo/json.c/archive/refs/heads/fix/keyword-rename.tar.gz [fetch] config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/json/config.mk