summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreamscached2021-04-13 20:28:13 +0400
committerdreamscached2021-04-13 20:28:13 +0400
commit952bc79b67b1aee0b9d83a6a327c9494d3be3525 (patch)
tree835daabfcd984e5b823ffbde5c8a4bd53b162728
parent08c5dec9ad741986c5d2c8e5f0b64612bcefa005 (diff)
downloadaur-952bc79b67b1aee0b9d83a6a327c9494d3be3525.tar.gz
Update to 2.19.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f248ae0b0d..dad686d09486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recaf
pkgdesc = A modern Java bytecode editor
- pkgver = 2.18.3
+ pkgver = 2.19.0
pkgrel = 1
url = https://github.com/Col-E/Recaf
arch = any
@@ -8,10 +8,10 @@ pkgbase = recaf
makedepends = jdk-openjdk
depends = java-runtime
depends = java-openjfx
- noextract = recaf-2.18.3-J8-jar-with-dependencies.jar
- source = https://github.com/Col-E/Recaf/releases/download/2.18.3/recaf-2.18.3-J8-jar-with-dependencies.jar
- source = https://raw.githubusercontent.com/Col-E/Recaf/2.18.3/LICENSE
- sha256sums = 645e8bc581c1a369e96f733e3ac1f08a2143f213bc2fe798af895376c4794b3d
+ noextract = recaf-2.19.0-J8-jar-with-dependencies.jar
+ source = https://github.com/Col-E/Recaf/releases/download/2.19.0/recaf-2.19.0-J8-jar-with-dependencies.jar
+ source = https://raw.githubusercontent.com/Col-E/Recaf/2.19.0/LICENSE
+ sha256sums = 2bfa2ef77e656a3fe2e175fc4f8125078794a5ac25b7cd222e3717a46836b6e9
sha256sums = a13cb1a246bc0986c7185510a7ea9880e9f8eaf6d3a0437e2f3f2e2e85e9abb5
pkgname = recaf
diff --git a/PKGBUILD b/PKGBUILD
index f4bc3800266c..90a5a2c8e20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dreamscached <dreamscache.d@gmail.com>
pkgname=recaf
-pkgver=2.18.3
+pkgver=2.19.0
pkgrel=1
pkgdesc="A modern Java bytecode editor"
arch=("any")
@@ -14,7 +14,7 @@ source=(
"https://raw.githubusercontent.com/Col-E/Recaf/$pkgver/LICENSE"
)
sha256sums=(
- "645e8bc581c1a369e96f733e3ac1f08a2143f213bc2fe798af895376c4794b3d"
+ "2bfa2ef77e656a3fe2e175fc4f8125078794a5ac25b7cd222e3717a46836b6e9"
"a13cb1a246bc0986c7185510a7ea9880e9f8eaf6d3a0437e2f3f2e2e85e9abb5"
)