summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. A. Cornejo Scappini2021-04-20 10:35:03 +0200
committerJ. A. Cornejo Scappini2021-04-20 10:35:03 +0200
commit9377bd821d7756d2f955e1629f9798e9dbce35eb (patch)
tree8e1718ed69d1d81094946c4fe74c8449523aec63
parent057cf6880657e514fc4a80091efb10f2c987899b (diff)
downloadaur-9377bd821d7756d2f955e1629f9798e9dbce35eb.tar.gz
Update to version 3.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd86be6b6d1b..c32ce3ad4b41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glfw
pkgdesc = A free, open source, portable framework for OpenGL application development (mingw-w64)
- pkgver = 3.3.2
+ pkgver = 3.3.4
pkgrel = 1
url = http://www.glfw.org/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-glfw
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip
- sha256sums = 08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7
+ source = https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip
+ sha256sums = bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd
pkgname = mingw-w64-glfw
diff --git a/PKGBUILD b/PKGBUILD
index c7b6e5bf27e6..29ee7fbfa813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: RemiliaForever <remilia at koumakan dot cc>
pkgname=mingw-w64-glfw
-pkgver=3.3.2
+pkgver=3.3.4
pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=(https://github.com/glfw/glfw/releases/download/${pkgver}/glfw-${pkgver}.zip)
-sha256sums=('08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7')
+sha256sums=('bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"