jadx: update to 1.5.1.

This commit is contained in:
Andrew Benson 2024-11-16 09:44:22 -06:00
parent 0340608eeb
commit b7ca82f8b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'jadx' # Template file for 'jadx'
pkgname=jadx pkgname=jadx
version=1.5.0 version=1.5.1
revision=1 revision=1
hostmakedepends="openjdk11 gradle" hostmakedepends="openjdk11 gradle"
short_desc="Decompiler for Dalvik bytecode" short_desc="Decompiler for Dalvik bytecode"
@ -8,7 +8,7 @@ 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=7b72f104d7e735ff329b3cbd286364e88073e5db2d5c86d6596c24371065197d checksum=8bf962d32a90b5b3447c1118a0db8a5186f0ddb4c83a4b2713ca72586a2fb6a3
do_build() { do_build() {
gradle copyArtifacts gradle copyArtifacts