diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-24 11:03:25 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-24 11:03:25 +0100 |
commit | 0cf34e6cc39c7b01dee6f275a3c5681a662fe1bb (patch) | |
tree | fe3c442a4b1d5d3f5fd5f0a5e3fc12a58f011955 /meson | |
parent | 3fc7326bc5ba355305112cc8716d192a7a287c4a (diff) | |
download | core-0cf34e6cc39c7b01dee6f275a3c5681a662fe1bb.tar.gz core-0cf34e6cc39c7b01dee6f275a3c5681a662fe1bb.tar.xz |
meson: update to 1.0.0
Diffstat (limited to 'meson')
-rw-r--r-- | meson/.footprint | 14 | ||||
-rw-r--r-- | meson/.signature | 8 | ||||
-rw-r--r-- | meson/Pkgfile | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/meson/.footprint b/meson/.footprint index 84727538..9d01ad15 100644 --- a/meson/.footprint +++ b/meson/.footprint @@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.64.1-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-1.0.0-py3.10.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/mesonbuild/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/mesonbuild/__init__.py (EMPTY) drwxr-xr-x root/root usr/lib/python3.10/site-packages/mesonbuild/__pycache__/ diff --git a/meson/.signature b/meson/.signature index aba3e4e0..a928269a 100644 --- a/meson/.signature +++ b/meson/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqj3iFGiWozCX3+8buKLmiFaeKjaH5wzSqGqe3nSOg9SKHb8JD9Mb/QY4Kpq0FOlAAjlLnc/vNbMsVbb7OeghowA= -SHA256 (Pkgfile) = 1d3433b931017660b2fe3b255aa5597700ed5291526142e225513c1ae24e08a8 -SHA256 (.footprint) = fc8360cc5d9fb648489635d4739b68381e2dbd3a282e92a8a400486d98a32f22 -SHA256 (meson-0.64.1.tar.gz) = 3a8e030c2334f782085f81627062cc6d4a6771edf31e055ffe374f9e6b089ab9 +RWRJc1FUaeVequeGsh8hR1q4a2F11upatvuRuiRK5ZG/WyI2lQQv+W0RI6kkqvJObOLPEZ9TDNX1hyQYsfGzn79iYAKSlZ+WaQc= +SHA256 (Pkgfile) = cd18f8dd6aafc207cbbe9ff142ab2e921ca6997a4c7792a8958226a19122b313 +SHA256 (.footprint) = cd12858982eac6da66f85ca1b02d8df018039dd50419b0adffc43f5ac94fa569 +SHA256 (meson-1.0.0.tar.gz) = aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05 diff --git a/meson/Pkgfile b/meson/Pkgfile index 2931eca4..db21081e 100644 --- a/meson/Pkgfile +++ b/meson/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-setuptools name=meson -version=0.64.1 +version=1.0.0 release=1 source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz) |