This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 78582b440bfec31fa66256f8726f16966a299865 (commit) from 0010ea244cc388bd78f0dfa93f58aaa03dca4180 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 78582b440bfec31fa66256f8726f16966a299865 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 2 13:04:12 2023 +0000
meson: Fix download URL
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: meson/meson.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: 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/%%7Bversion%7D/ +source_dl = https://github.com/mesonbuild/meson/releases/download/%%7Bversion%7D/
build requires
hooks/post-receive -- IPFire 3.x development tree