jadx: update to 1.2.0.
This commit is contained in:
parent
57c8fa19cf
commit
db3f738b28
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'jadx'
|
||||
pkgname=jadx
|
||||
version=1.1.0
|
||||
revision=2
|
||||
version=1.2.0
|
||||
revision=1
|
||||
hostmakedepends="openjdk8 gradle"
|
||||
short_desc="Decompiler for Dalvik bytecode"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/skylot/jadx"
|
||||
distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
|
||||
checksum=86136f831e1e7889c012ddb5b874a014e1db6d615c805a9c832ec54ef22e292c
|
||||
checksum=f2d1a3a8ee6782c02f77eb1f77f94f028f725ccd4d5a7ec0b9fcca330de95b33
|
||||
|
||||
do_build() {
|
||||
gradle copyArtifacts
|
||||
|
|
Loading…
Reference in a new issue