makedeb


meson 0.64.1-1


The Meson Build System

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

Commit:


Hash: 97d7ead8611db684a5328450c8138840ff1a4002

Message: update to 0.61.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b9f74ce..ea162c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = meson
 	pkgdesc = The Meson Build System
-	pkgver = 0.61.2
+	pkgver = 0.61.3
 	pkgrel = 1
 	url = https://mesonbuild.com/
 	arch = x86_64
 	license = Apache
 	makedepends = ninja-build
 	depends = python3-setuptools
-	provides = meson=0.61.2
+	provides = meson=0.61.3
 	replaces = meson
-	source = https://github.com/mesonbuild/meson/releases/download/0.61.2/meson-0.61.2.tar.gz
-	sha256sums = 0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889
+	source = https://github.com/mesonbuild/meson/releases/download/0.61.3/meson-0.61.3.tar.gz
+	sha256sums = 9c884434469471f3fe0cbbceb9b9ea0c8047f19e792940e1df6595741aae251b
 
 pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index 2df4693..48ab9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Nico <d3sox at protonmail dot com>
 pkgname=meson
-pkgver=0.61.2
+pkgver=0.61.3
 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=('0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889')
+sha256sums=('9c884434469471f3fe0cbbceb9b9ea0c8047f19e792940e1df6595741aae251b')
 
 build() {
   cd "$srcdir/meson-$pkgver"