diff --git a/nlohmann-json/lure.sh b/nlohmann-json/lure.sh index b161c6e..b908bb5 100644 --- a/nlohmann-json/lure.sh +++ b/nlohmann-json/lure.sh @@ -11,7 +11,7 @@ conflicts=('nlohmann-json') build_deps_rosa=('cmake' 'git') -sources=("https://github.com/nlohmann/json/archive/refs/tags/v{$version}.tar.gz") +sources=("https://github.com/nlohmann/json/releases/download/v${version}/json.tar.xz") checksums=('SKIP')