makedeb


meson 0.64.1-1


The Meson Build System

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

Commit:


Hash: affe37a816ccee6a593b3fdcb6fe5d3a9d4490f1

Message: update to 0.63.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f5d26de..939cc3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = meson
 	pkgdesc = The Meson Build System
-	pkgver = 0.62.2
+	pkgver = 0.63.0
 	pkgrel = 1
 	url = https://mesonbuild.com/
 	arch = x86_64
 	license = Apache
 	makedepends = ninja-build
 	depends = python3-setuptools
-	provides = meson=0.62.2
+	provides = meson=0.63.0
 	replaces = meson
-	source = https://github.com/mesonbuild/meson/releases/download/0.62.2/meson-0.62.2.tar.gz
-	sha256sums = a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0
+	source = https://github.com/mesonbuild/meson/releases/download/0.63.0/meson-0.63.0.tar.gz
+	sha256sums = 3b51d451744c2bc71838524ec8d96cd4f8c4793d5b8d5d0d0a9c8a4f7c94cd6f
 
 pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index 02c19ed..1aa9a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Nico <d3sox at protonmail dot com>
 pkgname=meson
-pkgver=0.62.2
+pkgver=0.63.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=('a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0')
+sha256sums=('3b51d451744c2bc71838524ec8d96cd4f8c4793d5b8d5d0d0a9c8a4f7c94cd6f')
 
 build() {
   cd "$srcdir/meson-$pkgver"