mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
meson: Update to version 1.4.0
- Update from version 1.3.1 to 1.4.0 - Update of rootfile - Changelog is available on meson website https://mesonbuild.com/Release-notes-for-1-4-0.html Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
233e800be1
commit
aabe06ba5a
@@ -1,11 +1,11 @@
|
||||
#usr/bin/meson
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/entry_points.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/entry_points.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/mesonbuild
|
||||
#usr/lib/python3.10/site-packages/mesonbuild/__init__.py
|
||||
#usr/lib/python3.10/site-packages/mesonbuild/_pathlib.py
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.3.1
|
||||
VER = 1.4.0
|
||||
|
||||
THISAPP = meson-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a
|
||||
$(DL_FILE)_BLAKE2 = 7f742ef870c182e552c1ff3508d65f251009d610def6a08e01fddb6c6a4ed6d608ead0d52cf8ca7d66b5bd7a4732dccd7ab5d98f141a4a61e275398885f79486
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user