jd-gui-bin: 1.4.2 bump

This commit is contained in:
blshkv 2019-04-11 14:11:34 +08:00
parent 9135c25565
commit dfc542b0d1
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
DIST jd-gui-1.4.0-0.noarch.rpm 7900421 BLAKE2B 7aa136912432cc0ffb9d2323dc7360a68955246c548923cc33e3c08dd63ca13320101f0bfa53497620a3924eb421bece5f928b3d0014e12a7589c85ee89bf598 SHA512 98e281448f0eb97ac8ece517c6e3fc3d642b41552b2b9db1c20e85ac8628849f4ef47cdd6c8d6ee4a22f694377f2ee7d8bd78715579866d5195fd69266f87d4b
DIST jd-gui-1.4.1.rpm 8832316 BLAKE2B 29b4fa841ef0b0e848ba9709f11ee6da3ea824a2322a2db815f87e115439ce6b9c9409f6d6716c9806483de6986ecb17a4f21e40bf03802523face4e4b270b88 SHA512 32b965027ed2a0ad218fe89179c7f34478dc42949983bfc2f94b849b84af70243e88471310f4bf4fe8be22be9b2a898c3d2dffedc2159e2904810737f34c8ce2
DIST jd-gui-1.4.2.rpm 2730039 BLAKE2B 6b78fbd16ab2f59d184ff86d14d2620b9ff56651eca169965557ed10bf9e11fe863910aeea5526859c8b3bb17487e10c7aebf8a4c029353d87e828706b590da6 SHA512 3eca2eabe3245c37e12c267cd891a33ac3e685ba97621f536588f6a93f98f9ae9adb96bfd41f0e6315ed9beb89678c7752e36779f9a74fbf205cb939dcd76ec7

View file

@ -1,7 +1,7 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
EAPI=6
MY_PN="jd-gui"
MY_P="jd-gui-${PV}"
@ -10,7 +10,7 @@ inherit eutils multilib rpm
DESCRIPTION="A standalone graphical utility that displays Java source codes of .class file"
HOMEPAGE="http://jd.benow.ca/"
SRC_URI="https://github.com/java-decompiler/jd-gui/releases/download/v${PV}/${MY_P}-0.noarch.rpm"
SRC_URI="https://github.com/java-decompiler/jd-gui/releases/download/v${PV}/${MY_P}.rpm"
LICENSE="GPL-3"
SLOT="0"