From dea0f5dc5f778e7e073654850c48779c21fe6ecd Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 29 Apr 2023 15:45:06 +0300 Subject: [PATCH] 1 --- 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 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')