makedeb


meson 0.64.1-1


The Meson Build System

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

Commit:


Hash: 6fd6b8f762aa350924fa42b631fdbb6620b44280

Message: update to 0.61.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 860674c..298104e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = meson
 	pkgdesc = The Meson Build System
-	pkgver = 0.61.0
+	pkgver = 0.61.1
 	pkgrel = 1
 	url = https://mesonbuild.com/
 	arch = x86_64
 	license = Apache
 	makedepends = ninja-build
 	depends = python3-setuptools
-	provides = meson=0.61.0
+	provides = meson=0.61.1
 	replaces = meson
-	source = https://github.com/mesonbuild/meson/releases/download/0.61.0/meson-0.61.0.tar.gz
-	sha256sums = ea9f33246b1f23f02e90a50e75e0f41e526f6dabf0c24f3e00e27a3f5abdc35c
+	source = https://github.com/mesonbuild/meson/releases/download/0.61.1/meson-0.61.1.tar.gz
+	sha256sums = feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c
 
 pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index d90d522..ba5654a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Nico <d3sox at protonmail dot com>
 pkgname=meson
-pkgver=0.61.0
+pkgver=0.61.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=('ea9f33246b1f23f02e90a50e75e0f41e526f6dabf0c24f3e00e27a3f5abdc35c')
+sha256sums=('feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c')
 
 build() {
   cd "$srcdir/meson-$pkgver"