summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ.A. Cornejo Scappini2023-04-03 15:07:16 +0200
committerJ.A. Cornejo Scappini2023-04-03 15:07:16 +0200
commitea7f6f960b36c4f6b9dd39d76b0c3d71ef7083f2 (patch)
tree8535290362823fe2785af7708f68b27da77f7cce
parent9377bd821d7756d2f955e1629f9798e9dbce35eb (diff)
downloadaur-ea7f6f960b36c4f6b9dd39d76b0c3d71ef7083f2.tar.gz
Update to version 3.3.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c32ce3ad4b41..88d5d7d096d2 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.4
+ pkgver = 3.3.8
pkgrel = 1
url = http://www.glfw.org/
arch = any
@@ -11,8 +11,7 @@ pkgbase = mingw-w64-glfw
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip
- sha256sums = bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd
+ source = https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.zip
+ sha256sums = 4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6
pkgname = mingw-w64-glfw
-
diff --git a/PKGBUILD b/PKGBUILD
index 29ee7fbfa813..17f5b4e182a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: J. A. Cornejo Scappini <jacorsca at gmail dot com>
+# Maintainer: J.A. Cornejo Scappini <jacorsca at gmail dot com>
# Contributor: Michał Szymański <smiszym at gmail dot com>
# Contributor: Daniel Kirchner <daniel at ekpyron dot org>
# Contributor: RemiliaForever <remilia at koumakan dot cc>
pkgname=mingw-w64-glfw
-pkgver=3.3.4
+pkgver=3.3.8
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=('bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd')
+sha256sums=('4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"