makedeb


meson 0.64.1-1


The Meson Build System

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

Commit:


Hash: 5d0a800624b7090ebe4a00d72543760bcc88f00a

Message: update to 0.62.2

Diff


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