summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorppeb2023-09-16 11:12:51 -0500
committerppeb2023-09-16 11:12:51 -0500
commit6cf81b2ed16bb6bc524c1794c576b3fd3cb9b7d8 (patch)
tree4540ab2bbbcd1f772225579f827a929baf62cd43 /PKGBUILD
parent2805d7a398dbdbdd545cc369d0421547e09434a6 (diff)
downloadaur-lwjgl.tar.gz
Version bump to 3.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd8519b8cb3b..860d5e259fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Aidan Williams <ppeb at ppeb dot me>
# Contributor: William Brown <glowinthedarkcia@horsefucker.org>
pkgname="lwjgl"
-pkgver="3.3.2"
+pkgver="3.3.3"
pkgrel="1"
arch=("any")
pkgdesc="Java library that enables access to OpenGL, OpenAL, Vulkan, and more."
url="https://github.com/LWJGL/lwjgl3"
source=("https://github.com/LWJGL/lwjgl3/releases/download/$pkgver/$pkgname.zip")
-md5sums=("c1b282189e0be3dd85d3bf279f141385")
+md5sums=("88847a8b89b3edf82c48c8baa33b7e23")
options=("!strip")
license=("BSD")
depends=("java-environment")