diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-03 18:41:32 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-03 18:41:32 +0200 |
commit | d36c11927dc4761e633ef92529280118871ae953 (patch) | |
tree | 733b309ab930fd82de9d0878f00630f982c184e4 /meson | |
parent | d6e8b6f82731f897a773a3c35ce1907004f633b8 (diff) | |
download | core-d36c11927dc4761e633ef92529280118871ae953.tar.gz core-d36c11927dc4761e633ef92529280118871ae953.tar.xz |
meson: 0.62.2 -> 0.63.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 3e7b8de0..cad85441 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.62.2-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.62.2-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.62.2-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.62.2-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.62.2-py3.10.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.62.2-py3.10.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.62.2-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/meson-0.63.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.63.0-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.63.0-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.63.0-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.63.0-py3.10.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.63.0-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/meson-0.63.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 e80cbf79..8737e20e 100644 --- a/meson/.signature +++ b/meson/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqgp6xmsjKeRoxEXP2qmj44SEtZp2VZeZfDRCzvGLpiaOFV+WsDuEUuEki886tLBsbwILZepU1Zt+t5qg7XKN4Qg= -SHA256 (Pkgfile) = 78ada36e52d9527aee7f023b1f5e8193e73681592fcaaef2e92487dd56930a72 -SHA256 (.footprint) = 27887324d7a48b1c3719dc523e72598b3f3160d890efaca4390f1c02c11e1754 -SHA256 (meson-0.62.2.tar.gz) = a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0 +RWRJc1FUaeVeqqa75/h4klWAnid5Azr0f1JfW5ZnTzzekjJgCF+zXMqXwi1N+sCCMXGP3ObQ87LJ79pU2RNUb6PJG7sLmdDMzAM= +SHA256 (Pkgfile) = 9d94590447e4a780899fa97ef60dd7276d45866febe612cffc73c2064b220aaa +SHA256 (.footprint) = f5d5370dc87bfb7636dbbc7a4e8228e3aa63489ba8afcd09720038beab903f93 +SHA256 (meson-0.63.0.tar.gz) = 3b51d451744c2bc71838524ec8d96cd4f8c4793d5b8d5d0d0a9c8a4f7c94cd6f diff --git a/meson/Pkgfile b/meson/Pkgfile index 3b06dca6..aa82ac8b 100644 --- a/meson/Pkgfile +++ b/meson/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-setuptools name=meson -version=0.62.2 +version=0.63.0 release=1 source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz) |