aboutsummaryrefslogtreecommitdiffstats
path: root/community/glfw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glfw/APKBUILD')
-rw-r--r--community/glfw/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/glfw/APKBUILD b/community/glfw/APKBUILD
index b26f9d87075..59d636910ef 100644
--- a/community/glfw/APKBUILD
+++ b/community/glfw/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=glfw
-pkgver=3.3.7
+pkgver=3.3.9
pkgrel=0
pkgdesc="Multi-platform library for OpenGL and Vulkan application development"
url="https://www.glfw.org/"
@@ -12,7 +12,6 @@ makedepends="$depends_dev cmake samurai libx11-dev libxcursor-dev libxrandr-dev
subpackages="$pkgname-dev"
source="https://github.com/glfw/glfw/releases/download/$pkgver/glfw-$pkgver.zip"
-
build() {
cmake -G Ninja -B build \
-DCMAKE_BUILD_TYPE=MinSizeRel \
@@ -27,5 +26,5 @@ package() {
}
sha512sums="
-e4865731caf7c19de3ee79d066233373e188239bedb65afb70a47f243d4c051fa0cee859dcc704a71d595b8318b6e18b995bf95573b6026329aa5ee204e158a8 glfw-3.3.7.zip
+2d4a9469b47af7720a174978ca33252f216980704d9f9e151758ee86063542f851c7b80b6c3e742490a793f70ec259fbef14e842e2367efce391b186f5e4bce8 glfw-3.3.9.zip
"