makedeb


meson 0.64.1-1


The Meson Build System

Click here to go back to the commit logs for meson.

Commit:


Hash: 0d756e1309fea092a9a06ee364c2f1cfbca07d53

Message: update to 0.64.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 442a2ca..f4325c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = meson
 	pkgdesc = The Meson Build System
-	pkgver = 0.64.0
+	pkgver = 0.64.1
 	pkgrel = 1
 	url = https://mesonbuild.com/
 	arch = x86_64
 	license = Apache
 	makedepends = ninja-build
 	depends = python3-setuptools
-	provides = meson=0.64.0
+	provides = meson=0.64.1
 	replaces = meson
-	source = https://github.com/mesonbuild/meson/releases/download/0.64.0/meson-0.64.0.tar.gz
-	sha256sums = c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab
+	source = https://github.com/mesonbuild/meson/releases/download/0.64.1/meson-0.64.1.tar.gz
+	sha256sums = 3a8e030c2334f782085f81627062cc6d4a6771edf31e055ffe374f9e6b089ab9
 
 pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index 47e48c4..6f4a843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Nico <d3sox at protonmail dot com>
 pkgname=meson
-pkgver=0.64.0
+pkgver=0.64.1
 pkgrel=1
 pkgdesc="The Meson Build System"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
 depends=('python3-setuptools')
 makedepends=('ninja-build')
 source=("https://github.com/mesonbuild/meson/releases/download/$pkgver/meson-$pkgver.tar.gz")
-sha256sums=('c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab')
+sha256sums=('3a8e030c2334f782085f81627062cc6d4a6771edf31e055ffe374f9e6b089ab9')
 
 build() {
   cd "$srcdir/meson-$pkgver"