mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
jadx-bin: 0.9.0 bump, remove broken release, https://github.com/pentoo/pentoo-overlay/issues/423
This commit is contained in:
parent
4c0488dd8c
commit
875f4c3a1c
3 changed files with 5 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST jadx-0.6.1.zip 4110127 BLAKE2B 35973a380057448d23c2869a47b73370d6611bb40e26940144c0ae3ab650c82de1bbe1871fa30fe4371303e7fca9bec4629fff633c7f1f3cac5982e37dc9dc15 SHA512 9fbeaed2148b4f0cad0fb995e83a071cbbbf06067dbcb09c632a7b732197499a1b81e2c4c07cdb36aea8ec4ba63d256d27eaed61ecf9b447919e50ee6653488b
|
||||
DIST jadx-0.7.1.zip 6925251 BLAKE2B 3e0b91842200d2778d234a97228df772f850b85621d90017a6904dfa33cad6afbf87b902b8ed17ba40873513be84bc13b02158bdbb9a935b592dc2deaf9b04e5 SHA512 876c97c78eb3eb19c60097abcd57a1fc81b67c7236a0ecab6b98dd42164ad2d99c5f56b33a0af00ad01bb23709c801bf6cf514000bc1ce750d794bd5f580d8d8
|
||||
DIST jadx-0.9.0.zip 10269052 BLAKE2B c7523b3a6f3c5a15c3dbdfbf3b7f5025c5c498790716687be3582d22dbb3a3121c78a5b5c475f8c922ef2abc75867e070d40d021d329aff3c0599e412df76307 SHA512 5d9920415c1f7ce3c4e8e034598d532d043eaee19dc7aeb8c4a977d40fb9557f7a3c3001b2a0b41d053595facb52fc938970075063084d913892f105f97e36f9
|
||||
|
|
|
|||
|
|
@ -6,15 +6,13 @@ EAPI=6
|
|||
MY_PN="jadx"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
#inherit eutils multilib
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
|
|
|||
|
|
@ -1,20 +1,18 @@
|
|||
# Copyright 1999-2018 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}"
|
||||
|
||||
#inherit eutils multilib
|
||||
|
||||
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/v${PV}/${MY_P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
Loading…
Reference in a new issue