summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorppeb2023-09-16 11:12:51 -0500
committerppeb2023-09-16 11:12:51 -0500
commit6cf81b2ed16bb6bc524c1794c576b3fd3cb9b7d8 (patch)
tree4540ab2bbbcd1f772225579f827a929baf62cd43
parent2805d7a398dbdbdd545cc369d0421547e09434a6 (diff)
downloadaur-lwjgl.tar.gz
Version bump to 3.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7bc5f8dc46e..d4b7b4daec67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lwjgl
pkgdesc = Java library that enables access to OpenGL, OpenAL, Vulkan, and more.
- pkgver = 3.3.2
+ pkgver = 3.3.3
pkgrel = 1
url = https://github.com/LWJGL/lwjgl3
arch = any
license = BSD
depends = java-environment
options = !strip
- source = https://github.com/LWJGL/lwjgl3/releases/download/3.3.2/lwjgl.zip
- md5sums = c1b282189e0be3dd85d3bf279f141385
+ source = https://github.com/LWJGL/lwjgl3/releases/download/3.3.3/lwjgl.zip
+ md5sums = 88847a8b89b3edf82c48c8baa33b7e23
pkgname = lwjgl
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")