From 7bd3ba2134b8000f08ac38d5fa930bd1085daca6 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 29 Apr 2023 15:25:03 +0300 Subject: [PATCH] https://github.com/nlohmann/json/archive/refs/tags/v3.11.2.tar.gz --- nlohmann-json/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlohmann-json/lure.sh b/nlohmann-json/lure.sh index 9310cc5..cee1288 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/releases/download/v${version}/json.tar.xz") +sources=("https://github.com/nlohmann/json/archive/refs/tags/v{$version}.tar.gz") checksums=('SKIP')