mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jadx: update to 1.5.0.
This commit is contained in:
parent
9495e5748c
commit
e5bdd3fb1a
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'jadx'
|
# Template file for 'jadx'
|
||||||
pkgname=jadx
|
pkgname=jadx
|
||||||
version=1.4.7
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="openjdk8 gradle"
|
hostmakedepends="openjdk11 gradle"
|
||||||
short_desc="Decompiler for Dalvik bytecode"
|
short_desc="Decompiler for Dalvik bytecode"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/skylot/jadx"
|
homepage="https://github.com/skylot/jadx"
|
||||||
distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
|
distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
|
||||||
checksum=4afdd130f7ec60e88996b73d7c84c51b402cc36b4bf117bdc6289254027726cf
|
checksum=7b72f104d7e735ff329b3cbd286364e88073e5db2d5c86d6596c24371065197d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
gradle copyArtifacts
|
gradle copyArtifacts
|
||||||
|
|
Loading…
Add table
Reference in a new issue