Fix jansson URL

This commit is contained in:
Jeremy Soller 2023-12-12 14:11:57 -07:00
parent 08ccd264f3
commit 2b06044477
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -1,5 +1,5 @@
VERSION=2.10
TAR=https://www.digip.org/jansson/releases/jansson-$VERSION.tar.gz
TAR=https://github.com/akheron/jansson/releases/download/v$VERSION/jansson-$VERSION.tar.gz
function recipe_version {
echo "$VERSION"