summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8a540112ce3..efa6ef37b8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 21 22:05:40 UTC 2016
pkgbase = mingw-w64-glfw
pkgdesc = A free, open source, portable framework for OpenGL application development (mingw-w64)
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = http://www.glfw.org/
arch = any
@@ -11,7 +13,7 @@ pkgbase = mingw-w64-glfw
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/glfw/glfw/releases/download/3.1.1/glfw-3.1.1.zip
+ source = https://github.com/glfw/glfw/releases/download/3.1.2/glfw-3.1.2.zip
md5sums = 7d810be356637ff30a7a9ea9c1e1992d
pkgname = mingw-w64-glfw
diff --git a/PKGBUILD b/PKGBUILD
index ee6e257603ae..f1661738eb38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Kirchner <daniel AT ekpyron DOT org>
pkgname=mingw-w64-glfw
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development (mingw-w64)"
arch=('any')
@@ -12,7 +12,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)
-md5sums=('7d810be356637ff30a7a9ea9c1e1992d')
+md5sums=('8023327bfe979b3fe735e449e2f54842')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"