summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ.A. Cornejo Scappini2020-05-21 00:09:43 +0200
committerJ.A. Cornejo Scappini2020-05-21 00:09:43 +0200
commit23704f40f8d3772c91bdbdc0f1fb944f80401be4 (patch)
tree803533d840080fd90c96e1a4236524e3dd6c0a52
parentf7e297d9ee1acd6ffc2cb24b6d8e04a4a7557a1d (diff)
downloadaur-23704f40f8d3772c91bdbdc0f1fb944f80401be4.tar.gz
Update to GLFW 3.3.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa7bdcbe26eb..c7b6e5bf27e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: RemiliaForever <remilia at koumakan dot cc>
pkgname=mingw-w64-glfw
-pkgver=3.3
+pkgver=3.3.2
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=('36fda4cb173e3eb2928c976b0e9b5014e2e5d12b9b787efa0aa29ffc41c37c4a')
+sha256sums=('08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"