summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-02-10 14:40:06 +0100
committerMichel Zou2021-02-10 14:40:06 +0100
commit4e95fece32eafd82d7abb45ec71c02ea8701f354 (patch)
tree0bf5ce0fcd7be967db58fa1bd32647464a26f2cf
parentf4b9acc7bb55b270268e3c299cf99806bb799e28 (diff)
downloadaur-4e95fece32eafd82d7abb45ec71c02ea8701f354.tar.gz
1.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc807f775b5..b3a2135c9e90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-waffle
pkgdesc = a library for choosing window system and OpenGL API at runtime (mingw-w64)
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = http://www.waffle-gl.org
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-waffle
options = !strip
options = !buildflags
options = staticlibs
- source = https://gitlab.freedesktop.org/mesa/waffle/-/archive/v1.6.1/waffle-v1.6.1.tar.gz
- sha256sums = 4eb4dfe18b5a88e6ea2b6b0a0c415caeaa453ea8eb37a757c100e24e18c317dd
+ source = https://gitlab.freedesktop.org/mesa/waffle/-/archive/v1.6.2/waffle-v1.6.2.tar.gz
+ sha256sums = 1a120d258390fb776a1c47cc9617f057dc72baf07bad610772e5da2fea82437c
pkgname = mingw-w64-waffle
diff --git a/PKGBUILD b/PKGBUILD
index b59f89dbc6d4..ece062e51b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-waffle
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc='a library for choosing window system and OpenGL API at runtime (mingw-w64)'
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://gitlab.freedesktop.org/mesa/waffle/-/archive/v$pkgver/waffle-v$pkgver.tar.gz")
-sha256sums=('4eb4dfe18b5a88e6ea2b6b0a0c415caeaa453ea8eb37a757c100e24e18c317dd')
+sha256sums=('1a120d258390fb776a1c47cc9617f057dc72baf07bad610772e5da2fea82437c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"