json-c: update download link and sha256

ref:
- https://github.com/json-c/json-c/wiki
- https://s3.amazonaws.com/json-c_releases/releases/index.html
This commit is contained in:
Rudi Heitbaum 2025-02-24 10:15:27 +00:00
parent f3936e7e48
commit 664f610bf1

View File

@ -5,9 +5,9 @@
PKG_NAME="json-c"
PKG_VERSION="0.18"
PKG_SHA256="8069b5e6100bb8b9908dcfdd368f0e99bdeea2cb139cba558e536715c8c8ac8e"
PKG_SHA256="876ab046479166b869afc6896d288183bbc0e5843f141200c677b3e8dfb11724"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/json-c/json-c"
PKG_URL="https://github.com/json-c/json-c/archive/json-c-${PKG_VERSION%-*}.tar.gz"
PKG_URL="https://s3.amazonaws.com/json-c_releases/releases/json-c-${PKG_VERSION%-*}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Implements a reference counting object model that allows you to easily construct JSON objects in C."