From: Michael Tremer Date: Sat, 2 Dec 2023 13:04:12 +0000 (+0000) Subject: meson: Fix download URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78582b440bfec31fa66256f8726f16966a299865;p=ipfire-3.x.git meson: Fix download URL Signed-off-by: Michael Tremer --- 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