diff options
author | Cem Keylan <cem@ckyln.com> | 2022-04-15 11:49:21 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-04-15 11:49:21 +0200 |
commit | 4e1db7bb30e1eef33adfc30a010f52fdd87876cc (patch) | |
tree | e4d4829596ff6c75cd9d35d84db8ba2ee4da9127 /extra/json-c | |
parent | 7993dd2f5817906ce52a7e8735d1fd405a51ee92 (diff) | |
download | repository-4e1db7bb30e1eef33adfc30a010f52fdd87876cc.tar.gz |
json-c: bump to 0.16
Diffstat (limited to 'extra/json-c')
-rwxr-xr-x | extra/json-c/build | 5 | ||||
-rw-r--r-- | extra/json-c/checksums | 3 | ||||
-rw-r--r-- | extra/json-c/sources | 2 | ||||
-rw-r--r-- | extra/json-c/version | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/extra/json-c/build b/extra/json-c/build index 7f4f480b..53100c34 100755 --- a/extra/json-c/build +++ b/extra/json-c/build @@ -6,7 +6,10 @@ cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF + -DDISABLE_WERROR=ON \ + -DDISABLE_EXTRA_LIBS=ON \ + -DBUILD_TESTING=OFF \ + -Wno-dev cmake --build build cmake --install build diff --git a/extra/json-c/checksums b/extra/json-c/checksums index 7f35ddc5..f46fc05a 100644 --- a/extra/json-c/checksums +++ b/extra/json-c/checksums @@ -1 +1,2 @@ -4ba9a090a42cf1e12b84c64e4464bb6fb893666841d5843cc5bef90774028882 json-c-0.15-20200726.tar.gz +%BLAKE3 +ba5a8eba0953708fcce237db2ddc807e58bfc9dbf7b25806ecb34b9719075418 json-c-0.16-20220414.tar.gz diff --git a/extra/json-c/sources b/extra/json-c/sources index d72f151b..34053945 100644 --- a/extra/json-c/sources +++ b/extra/json-c/sources @@ -1 +1 @@ -https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz +https://github.com/json-c/json-c/archive/refs/tags/json-c-0.16-20220414.tar.gz diff --git a/extra/json-c/version b/extra/json-c/version index a78cbfce..06da242c 100644 --- a/extra/json-c/version +++ b/extra/json-c/version @@ -1 +1 @@ -0.15 1 +0.16 1 |