summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb0e460f677..80ffca7795c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recaf-bin
pkgdesc = A modern Java bytecode editor
- pkgver = 2.21.13
+ pkgver = 2.21.14
pkgrel = 6
url = https://github.com/Col-E/Recaf
arch = any
@@ -12,10 +12,10 @@ pkgbase = recaf-bin
conflicts = recaf
conflicts = recaf-git
replaces = recaf
- noextract = recaf-2.21.13-J8-jar-with-dependencies.jar
- source = https://github.com/Col-E/Recaf/releases/download/2.21.13/recaf-2.21.13-J8-jar-with-dependencies.jar
- source = https://raw.githubusercontent.com/Col-E/Recaf/2.21.13/LICENSE
- sha256sums = 9d6cff1f9d4a7363027f53f4e85c8b74e235a2884463b7475fc1b83aee2d000e
+ noextract = recaf-2.21.14-J8-jar-with-dependencies.jar
+ source = https://github.com/Col-E/Recaf/releases/download/2.21.14/recaf-2.21.14-J8-jar-with-dependencies.jar
+ source = https://raw.githubusercontent.com/Col-E/Recaf/2.21.14/LICENSE
+ sha256sums = 8d14fc007e2a90a0d2331e5170cfce0f899ad96631aa7565623dea997c6bcb84
sha256sums = a13cb1a246bc0986c7185510a7ea9880e9f8eaf6d3a0437e2f3f2e2e85e9abb5
pkgname = recaf-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8a868503e851
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+pkg/
+src/
+
+*.jar
+*.pkg*
+LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 67fa97c1a237..f0a091819e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dreamscached <dreamscache.d@gmail.com>
_pkgname=recaf
pkgname="${_pkgname}-bin"
-pkgver=2.21.13
+pkgver=2.21.14
pkgrel=6
pkgdesc="A modern Java bytecode editor"
arch=("any")
@@ -18,7 +18,7 @@ source=(
"https://raw.githubusercontent.com/Col-E/Recaf/$pkgver/LICENSE"
)
sha256sums=(
- "9d6cff1f9d4a7363027f53f4e85c8b74e235a2884463b7475fc1b83aee2d000e"
+ "8d14fc007e2a90a0d2331e5170cfce0f899ad96631aa7565623dea997c6bcb84"
"a13cb1a246bc0986c7185510a7ea9880e9f8eaf6d3a0437e2f3f2e2e85e9abb5"
)