diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:22:11 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:22:11 +0000 |
| commit | dfc3579745a02f64a7f835c2a923ffb71a76d662 (patch) | |
| tree | 7e5cef672714d47ca8cc14a6de1eee8a1c2d4b7d /meson | |
| parent | 3fea128886ac11c5fcf7fb8e65cd89f3ab9ba02e (diff) | |
| download | alicelinux-dfc3579745a02f64a7f835c2a923ffb71a76d662.tar.gz alicelinux-dfc3579745a02f64a7f835c2a923ffb71a76d662.zip | |
Woodpecker CI 6804cedeba5a6cd14c0deac262abe8826383eb92 [SKIP CI]
Diffstat (limited to 'meson')
| -rw-r--r-- | meson/.checksum | 2 | ||||
| -rw-r--r-- | meson/.files | 14 | ||||
| -rw-r--r-- | meson/abuild | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/meson/.checksum b/meson/.checksum index 3d51184a..f41e523b 100644 --- a/meson/.checksum +++ b/meson/.checksum @@ -1 +1 @@ -da4c928caf1179d1f482327b4e07e542d492d6811dac4fe07f156048863330c7 meson-1.8.2.tar.gz +a68f3209fcdaf2f1125eebf90c28d4ed6fc9f6b0dfe13049e23aaee6391a31b5 meson-1.8.3.tar.gz diff --git a/meson/.files b/meson/.files index ce6792e6..49c40a86 100644 --- a/meson/.files +++ b/meson/.files @@ -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.13/ drwxr-xr-x root/root usr/lib/python3.13/site-packages/ -drwxr-xr-x root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/ --rw-r--r-- root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/PKG-INFO --rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/SOURCES.txt --rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/dependency_links.txt --rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/entry_points.txt --rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/requires.txt --rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.2-py3.13.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/ +-rw-r--r-- root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/PKG-INFO +-rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/SOURCES.txt +-rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/dependency_links.txt +-rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/entry_points.txt +-rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/requires.txt +-rw-rw-r-- root/root usr/lib/python3.13/site-packages/meson-1.8.3-py3.13.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.13/site-packages/mesonbuild/ -rw-r--r-- root/root usr/lib/python3.13/site-packages/mesonbuild/__init__.py drwxr-xr-x root/root usr/lib/python3.13/site-packages/mesonbuild/__pycache__/ diff --git a/meson/abuild b/meson/abuild index 6ab1ce1e..dbf20840 100644 --- a/meson/abuild +++ b/meson/abuild @@ -1,4 +1,4 @@ name=meson -version=1.8.2 +version=1.8.3 release=1 source="https://github.com/mesonbuild/$name/releases/download/$version/$name-$version.tar.gz" |