mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Fix jansson URL
This commit is contained in:
parent
08ccd264f3
commit
2b06044477
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user