makedeb


meson 0.64.1-1


The Meson Build System

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

Commit:


Hash: c4857fcfc9da27780592d935f64a28a81b9e28e8

Message: update to 0.62.0

Diff


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