summarylogtreecommitdiffstats
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
parentea7f6f960b36c4f6b9dd39d76b0c3d71ef7083f2 (diff)
downloadaur-2ab1b5bf136afad5ee1acff425e946e2287f5852.tar.gz
Update to version 3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d5d7d096d2..81af6848845e 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.8
+ pkgver = 3.4
pkgrel = 1
url = http://www.glfw.org/
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-glfw
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.zip
- sha256sums = 4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6
+ source = https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip
+ sha256sums = b5ec004b2712fd08e8861dc271428f048775200a2df719ccf575143ba749a3e9
pkgname = mingw-w64-glfw
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"