summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Fernandes2022-03-12 18:11:54 +0000
committerEmanuel Fernandes2022-03-12 18:11:54 +0000
commit47a620bdc8525694da0651af32cc0970540448f8 (patch)
treebf8658c5fec1ad1971c7618d67cd0a42599f7ba4
parentf25d03238dc992a897f288940f029740e358cc3e (diff)
downloadaur-47a620bdc8525694da0651af32cc0970540448f8.tar.gz
1.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29694ed1feb6..384d9580bd24 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.2
+ pkgver = 1.3.3
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.2/jadx-1.3.2.zip
- sha256sums = 56a1c0c7084d2033a68eef76058ee0cb7daec0cb5233120a4bceb0fdd7960e39
+ source = https://github.com/skylot/jadx/releases/download/v1.3.3/jadx-1.3.3.zip
+ sha256sums = 861533d8dc1264a712db86b61ff9fe0630b3b2bb52bd21e7cef02e6467a4ab83
pkgname = jadx-bin
diff --git a/PKGBUILD b/PKGBUILD
index 454bd3627bfb..abcb5f37ea99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jadx-bin
_pkgname=jadx
_pkgguiname=jadx-gui
-pkgver=1.3.2
+pkgver=1.3.3
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=('56a1c0c7084d2033a68eef76058ee0cb7daec0cb5233120a4bceb0fdd7960e39')
+sha256sums=('861533d8dc1264a712db86b61ff9fe0630b3b2bb52bd21e7cef02e6467a4ab83')
prepare() {
gendesk -f -n \