makedeb


meson 0.64.1-1


The Meson Build System

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

Commit:


Hash: 2524e8852d59dc3d780d4932a3569f314c009546

Message: update to 0.63.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 743d7ec..84ab3fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = meson
 	pkgdesc = The Meson Build System
-	pkgver = 0.63.1
+	pkgver = 0.63.2
 	pkgrel = 1
 	url = https://mesonbuild.com/
 	arch = x86_64
 	license = Apache
 	makedepends = ninja-build
 	depends = python3-setuptools
-	provides = meson=0.63.1
+	provides = meson=0.63.2
 	replaces = meson
-	source = https://github.com/mesonbuild/meson/releases/download/0.63.1/meson-0.63.1.tar.gz
-	sha256sums = 06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9
+	source = https://github.com/mesonbuild/meson/releases/download/0.63.2/meson-0.63.2.tar.gz
+	sha256sums = 16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf
 
 pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index 00186ee..0e8405f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Nico <d3sox at protonmail dot com>
 pkgname=meson
-pkgver=0.63.1
+pkgver=0.63.2
 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=('06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9')
+sha256sums=('16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf')
 
 build() {
   cd "$srcdir/meson-$pkgver"