From 78582b440bfec31fa66256f8726f16966a299865 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 2 Dec 2023 13:04:12 +0000 Subject: [PATCH] meson: Fix download URL Signed-off-by: Michael Tremer --- meson/meson.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson/meson.nm b/meson/meson.nm index 9e615482b..62f071755 100644 --- a/meson/meson.nm +++ b/meson/meson.nm @@ -5,7 +5,7 @@ name = meson version = 1.3.0 -release = 1 +release = 2 groups = Applications/System url = https://mesonbuild.com/ @@ -19,7 +19,7 @@ description unit tests, coverage reports, Valgrind, CCache and the like. end -source_dl = https://github.com/mesonbuild/meson/releases/tag/%{version}/ +source_dl = https://github.com/mesonbuild/meson/releases/download/%{version}/ build requires -- 2.47.3