summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent057cf6880657e514fc4a80091efb10f2c987899b (diff)
downloadaur-9377bd821d7756d2f955e1629f9798e9dbce35eb.tar.gz
Update to version 3.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"