summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreamscache.d2020-12-26 09:20:38 +0400
committerdreamscache.d2020-12-26 09:20:38 +0400
commit7365bb91a1e47286d489d370ae164b7fd81b9798 (patch)
tree4ba67a8ce7831eecd2e4bcae87caa8c5bae2c64e
parente2e49c9009eb6fce38b65092aec14860a9dbb3d2 (diff)
downloadaur-7365bb91a1e47286d489d370ae164b7fd81b9798.tar.gz
Update to 2.16.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55b9a1ed3659..b3e6066db8d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recaf
pkgdesc = A modern Java bytecode editor
- pkgver = 2.16.5
+ pkgver = 2.16.6
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.16.5-J8-jar-with-dependencies.jar
- source = https://github.com/Col-E/Recaf/releases/download/2.16.5/recaf-2.16.5-J8-jar-with-dependencies.jar
- source = https://raw.githubusercontent.com/Col-E/Recaf/2.16.5/LICENSE
- sha256sums = 87ac77f569429e8d821c0e68d894db440f5284156a797f6f11692e4fcbc408dc
+ noextract = recaf-2.16.6-J8-jar-with-dependencies.jar
+ source = https://github.com/Col-E/Recaf/releases/download/2.16.6/recaf-2.16.6-J8-jar-with-dependencies.jar
+ source = https://raw.githubusercontent.com/Col-E/Recaf/2.16.6/LICENSE
+ sha256sums = 1bd837161f878346c8678a095491a2f8c1d72d122e96748a29b3802c62cf670e
sha256sums = c29d3bae4280e8db8d32644e89f6fe8bf0714e20959433784ea7b37ec61ac56e
pkgname = recaf
diff --git a/PKGBUILD b/PKGBUILD
index 734124a0333f..41bdb6e12f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dreamscached <dreamscache.d@gmail.com>
pkgname=recaf
-pkgver=2.16.5
+pkgver=2.16.6
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=(
- "87ac77f569429e8d821c0e68d894db440f5284156a797f6f11692e4fcbc408dc"
+ "1bd837161f878346c8678a095491a2f8c1d72d122e96748a29b3802c62cf670e"
"c29d3bae4280e8db8d32644e89f6fe8bf0714e20959433784ea7b37ec61ac56e"
)