summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08941e4ee61a..7766bcb577e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recaf
pkgdesc = A modern Java bytecode editor
- pkgver = 2.16.3
+ pkgver = 2.16.4
pkgrel = 1
url = https://github.com/Col-E/Recaf
arch = any
@@ -8,9 +8,9 @@ pkgbase = recaf
makedepends = jdk-openjdk
depends = java-runtime
depends = java-openjfx
- noextract = recaf-2.16.3-J8-jar-with-dependencies.jar
- source = https://github.com/Col-E/Recaf/releases/download/2.16.3/recaf-2.16.3-J8-jar-with-dependencies.jar
- source = https://raw.githubusercontent.com/Col-E/Recaf/2.16.3/LICENSE
+ noextract = recaf-2.16.4-J8-jar-with-dependencies.jar
+ source = https://github.com/Col-E/Recaf/releases/download/2.16.4/recaf-2.16.4-J8-jar-with-dependencies.jar
+ source = https://raw.githubusercontent.com/Col-E/Recaf/2.16.4/LICENSE
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2bf039bde612..d52e6d68bc98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dreamscached <dreamscache.d@gmail.com>
pkgname=recaf
-pkgver=2.16.3
+pkgver=2.16.4
pkgrel=1
pkgdesc="A modern Java bytecode editor"
arch=("any")