[arch-commits] Commit in jadx/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Nov 15 18:31:44 UTC 2020


    Date: Sunday, November 15, 2020 @ 18:31:44
  Author: anthraxx
Revision: 754638

upgpkg: jadx 1.2.0-1

Modified:
  jadx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-15 18:21:12 UTC (rev 754637)
+++ PKGBUILD	2020-11-15 18:31:44 UTC (rev 754638)
@@ -2,8 +2,8 @@
 # Contributor: Nicolas Hureau <archlinux at kalenz.net>
 
 pkgname=jadx
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='Command line and GUI tools to produce Java source code from Android Dex and APK files'
 url='https://github.com/skylot/jadx'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('java-runtime=8' 'bash')
 makedepends=('java-environment=8' 'gradle')
 source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('86136f831e1e7889c012ddb5b874a014e1db6d615c805a9c832ec54ef22e292c')
-sha512sums=('baaace5cbcbc96953d91818482b8a913395a9e5e6015b550cde7aefa545f924a01ed390329b3163341d8e7635b302def3b2696fbd8d2c7ef1010be148922e435')
+sha512sums=('d5a2ae311162b878db887f6dbd782315621bace4d644d0970c2035a18eb9747a00953f9fc035933be226dca426c894eb0569030eb572c6aae5cf855adc56a25b')
+b2sums=('a9858913ebed74a1b508d58fef2325e9f3c289b47d854e941b924384fe1c78e7ca1641b823c83bd4a5c8f7e7aff87d5819e2ddc05e860509e84a533a422f5c26')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list