From af4bc65eb7e45b12b8965caeb140606e4d0e9ecf Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 31 May 2024 09:22:16 +0200 Subject: [PATCH] meson: Update to 1.4.1 --- meson/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson/PKGBUILD b/meson/PKGBUILD index 39a64261..cda4d9f8 100644 --- a/meson/PKGBUILD +++ b/meson/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christoph Reiter pkgname=meson -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc='High-productivity build system' arch=('any') @@ -21,7 +21,7 @@ makedepends=( source=("https://github.com/mesonbuild/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc} "0001-cygwin-disguise.patch" "https://patch-diff.githubusercontent.com/raw/mesonbuild/meson/pull/12861.patch") -sha256sums=('8fd6630c25c27f1489a8a0392b311a60481a3c161aa699b330e25935b750138d' +sha256sums=('1b8aad738a5f6ae64294cc8eaba9a82988c1c420204484ac02ef782e5bba5f49' 'SKIP' '240f37b8c64446ff5d4e97a2775d48e9c5e48b62926c19900b4cead220f89614' 'cf346c13f9548d7c4f61ecc399ec9797cc642c3e39867deed8c788d825b877f6')