meson: Update to version 1.3.0

Message ID 20231201181847.231035-1-adolf.belka@ipfire.org
State Accepted
Commit 0010ea244cc388bd78f0dfa93f58aaa03dca4180
Headers
Series meson: Update to version 1.3.0 |

Commit Message

Adolf Belka Dec. 1, 2023, 6:18 p.m. UTC
  - IPFire-3.x
- Update from version 0.64.1 to 1.3.0
- Changelog is too large to include here. Details can be reviewed at
   https://mesonbuild.com/Release-notes.html

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 meson/meson.nm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
  

Patch

diff --git a/meson/meson.nm b/meson/meson.nm
index 6daee06ce..9e615482b 100644
--- a/meson/meson.nm
+++ b/meson/meson.nm
@@ -4,7 +4,7 @@ 
 ###############################################################################
 
 name       = meson
-version    = 0.64.1
+version    = 1.3.0
 release    = 1
 
 groups     = Applications/System
@@ -19,11 +19,9 @@  description
 	unit tests, coverage reports, Valgrind, CCache and the like.
 end
 
-source_dl  = https://github.com/mesonbuild/meson/archive/%{version}/
+source_dl  = https://github.com/mesonbuild/meson/releases/tag/%{version}/
 
 build
-	arches = noarch
-
 	requires
 		bison
 		boost-devel