summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Fernandes2022-02-12 18:40:04 +0000
committerEmanuel Fernandes2022-02-12 18:40:04 +0000
commitf25d03238dc992a897f288940f029740e358cc3e (patch)
tree3bf01aced43d41383f0bae019d59817fec89ecb8
parent3c8fd3fdec992f9becf8090f7ee45da642d82f59 (diff)
downloadaur-f25d03238dc992a897f288940f029740e358cc3e.tar.gz
1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b098cbc6e99..29694ed1feb6 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.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/skylot/jadx
arch = any
@@ -11,7 +11,7 @@ pkgbase = jadx-bin
depends = bash
provides = jadx
conflicts = jadx
- source = https://github.com/skylot/jadx/releases/download/v1.3.1/jadx-1.3.1.zip
- sha256sums = 0774347530fa5a008dcc10e3b55f03a72141dd34ffd7e5addee18db06d0a151f
+ source = https://github.com/skylot/jadx/releases/download/v1.3.2/jadx-1.3.2.zip
+ sha256sums = 56a1c0c7084d2033a68eef76058ee0cb7daec0cb5233120a4bceb0fdd7960e39
pkgname = jadx-bin
diff --git a/PKGBUILD b/PKGBUILD
index 937218e895fa..454bd3627bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jadx-bin
_pkgname=jadx
_pkgguiname=jadx-gui
-pkgver=1.3.1
+pkgver=1.3.2
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=('0774347530fa5a008dcc10e3b55f03a72141dd34ffd7e5addee18db06d0a151f')
+sha256sums=('56a1c0c7084d2033a68eef76058ee0cb7daec0cb5233120a4bceb0fdd7960e39')
prepare() {
gendesk -f -n \