summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ.A. Cornejo Scappini2024-02-26 12:53:36 +0100
committerJ.A. Cornejo Scappini2024-02-26 12:53:36 +0100
commit2ab1b5bf136afad5ee1acff425e946e2287f5852 (patch)
tree4460353515851175db3907ec2543a3bb09c79923 /PKGBUILD
parentea7f6f960b36c4f6b9dd39d76b0c3d71ef7083f2 (diff)
downloadaur-mingw-w64-glfw.tar.gz
Update to version 3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17f5b4e182a0..2e6713c2b2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: RemiliaForever <remilia at koumakan dot cc>
pkgname=mingw-w64-glfw
-pkgver=3.3.8
+pkgver=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=('4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6')
+sha256sums=('b5ec004b2712fd08e8861dc271428f048775200a2df719ccf575143ba749a3e9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"