mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
jadx-bin: 1.0.0 bump
This commit is contained in:
parent
03cab0172e
commit
67b4d1d804
2 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST jadx-0.6.1.zip 4110127 BLAKE2B 35973a380057448d23c2869a47b73370d6611bb40e26940144c0ae3ab650c82de1bbe1871fa30fe4371303e7fca9bec4629fff633c7f1f3cac5982e37dc9dc15 SHA512 9fbeaed2148b4f0cad0fb995e83a071cbbbf06067dbcb09c632a7b732197499a1b81e2c4c07cdb36aea8ec4ba63d256d27eaed61ecf9b447919e50ee6653488b
|
||||
DIST jadx-0.9.0.zip 10269052 BLAKE2B c7523b3a6f3c5a15c3dbdfbf3b7f5025c5c498790716687be3582d22dbb3a3121c78a5b5c475f8c922ef2abc75867e070d40d021d329aff3c0599e412df76307 SHA512 5d9920415c1f7ce3c4e8e034598d532d043eaee19dc7aeb8c4a977d40fb9557f7a3c3001b2a0b41d053595facb52fc938970075063084d913892f105f97e36f9
|
||||
DIST jadx-1.0.0.zip 14864861 BLAKE2B 72284e7d40c46d06ca992407b0c861ccdf0a19906f06d7d85ca34090a4c8cc3f925f3a6e84cd0430d0ec8962a39204243dfd7c367d2d46a21b439a1f6f39e767 SHA512 ec1a0276164a0411bab2d1f0a0c28a51539a90f4f949f23aaa46aaa141bb295f7312201622632c1ef8091dcfa9d9d3b843aa031f8093307e934b0ab2d6eae230
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
MY_PN="jadx"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="A standalone graphical utility that displays Java source codes of .class file"
|
||||
HOMEPAGE="https://github.com/skylot/jadx"
|
||||
SRC_URI="https://github.com/skylot/jadx/releases/download/v0.6.1/${MY_P}.zip"
|
||||
SRC_URI="https://github.com/skylot/jadx/releases/download/v${PV}/${MY_P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue