summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Fernandes2021-11-23 22:10:32 +0000
committerEmanuel Fernandes2021-11-23 22:10:32 +0000
commit5ea5624e39e515500db423bbc68d777caa1d34b9 (patch)
treec8deb91934faa5dec011e6a61b91bdad800804be
parent1777fce42c046cc018f57d4b72953f648bc30bab (diff)
downloadaur-5ea5624e39e515500db423bbc68d777caa1d34b9.tar.gz
1.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d86e21ed65bd..66258ecc7983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jadx-bin
pkgdesc = Command line and GUI tools to produce Java source code from Android Dex and APK files
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/skylot/jadx
arch = any
@@ -11,8 +11,7 @@ pkgbase = jadx-bin
depends = bash
provides = jadx
conflicts = jadx
- source = https://github.com/skylot/jadx/releases/download/v1.2.0/jadx-1.2.0.zip
- sha256sums = e6ae92be16edae2098b1a9951533feba4278bb18f00fbab54eb23a427b98d425
+ source = https://github.com/skylot/jadx/releases/download/v1.3.0/jadx-1.3.0.zip
+ sha256sums = 29c831c49f53df86c65b5d0c94b8335c7cf78b64b42cc222c6ce9b73ebc6d731
pkgname = jadx-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 65f7dfbe5b65..220cb6efa0fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jadx-bin
_pkgname=jadx
_pkgguiname=jadx-gui
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Command line and GUI tools to produce Java source code from Android Dex and APK files"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('unzip' 'gendesk')
provides=('jadx')
conflicts=('jadx')
source=(https://github.com/skylot/jadx/releases/download/v$pkgver/jadx-$pkgver.zip)
-sha256sums=('e6ae92be16edae2098b1a9951533feba4278bb18f00fbab54eb23a427b98d425')
+sha256sums=('29c831c49f53df86c65b5d0c94b8335c7cf78b64b42cc222c6ce9b73ebc6d731')
prepare() {
gendesk -f -n \