From 70da652f0a424d9588391b65dcb69db61bef1c7f Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 6 Mar 2023 18:34:39 +0000 Subject: [PATCH] meson: update to 1.0.1. --- srcpkgs/meson/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template index 65c0882af294..61204c101fb3 100644 --- a/srcpkgs/meson/template +++ b/srcpkgs/meson/template @@ -1,6 +1,6 @@ # Template file for 'meson' pkgname=meson -version=1.0.0 +version=1.0.1 revision=1 build_style=python3-module hostmakedepends="python3-devel python3-setuptools" @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://mesonbuild.com" changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version%.*}.0.md" distfiles="https://github.com/mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz" -checksum=aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05 +checksum=d926b730de6f518728cc7c57bc5e701667bae0c3522f9e369427b2cc7839d3c1 # XXX: sanitizers aren't available on musl if [ "$XBPS_TARGET_LIBC" = glibc ]; then