Merge pull request #9822 from heitbaum/json

json-c: update download link and sha256
This commit is contained in:
Christian Hewitt 2025-02-24 16:08:52 +04:00 committed by GitHub
commit b7250d1720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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."