summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevall4742021-03-27 20:50:57 -0400
committerkevall4742021-03-27 20:50:57 -0400
commitdca4ac0aafdb9aea610532ccae9c2c495d063bdd (patch)
treefdc26bc5499638961c5c1a732f89d8089c0720b3
parentc7ee5662e1b329d4aa516c52d9dcea5d0969b975 (diff)
downloadaur-dca4ac0aafdb9aea610532ccae9c2c495d063bdd.tar.gz
bump to 21.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13a76237316e..b1a8789abf48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-stable
pkgdesc = An open-source implementation of the OpenGL specification. (32-bit) (stable release)
- pkgver = 21.0.0
+ pkgver = 21.0.1
pkgrel = 1
url = https://mesa3d.org/
arch = i686
@@ -100,7 +100,7 @@ pkgbase = lib32-mesa-stable
conflicts = lib32-mesa-vdpau
conflicts = lib32-mesa-rc
conflicts = lib32-mesa-git
- source = https://archive.mesa3d.org/mesa-21.0.0.tar.xz
+ source = https://archive.mesa3d.org/mesa-21.0.1.tar.xz
source = LICENSE
source = 0001-4114.patch
source = 0001-4200.patch
diff --git a/PKGBUILD b/PKGBUILD
index fc5ff60fe302..1ccaec2ee496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ fi
pkgname=lib32-mesa-stable
pkgdesc='An open-source implementation of the OpenGL specification. (32-bit) (stable release)'
-pkgver=21.0.0
+pkgver=21.0.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://mesa3d.org/"