summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent9377bd821d7756d2f955e1629f9798e9dbce35eb (diff)
downloadaur-ea7f6f960b36c4f6b9dd39d76b0c3d71ef7083f2.tar.gz
Update to version 3.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"