diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-12-09 11:48:48 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-12-09 11:59:23 +0100 |
commit | 63709acef73c228e055a626d86f493ffe7a652d7 (patch) | |
tree | 19558f0f6e7900a138d78150bbee29354f88a0d9 /dev-java/asm/asm-5.1-r1.ebuild | |
parent | dev-java/asm: use array for JAVA_SRC_DIR+ (diff) | |
download | gentoo-63709acef73c228e055a626d86f493ffe7a652d7.tar.gz gentoo-63709acef73c228e055a626d86f493ffe7a652d7.tar.bz2 gentoo-63709acef73c228e055a626d86f493ffe7a652d7.zip |
dev-java/asm: BetterCompressionUri
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/28609
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/asm/asm-5.1-r1.ebuild')
-rw-r--r-- | dev-java/asm/asm-5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/asm/asm-5.1-r1.ebuild b/dev-java/asm/asm-5.1-r1.ebuild index ff2f2f95764b..c4beac9c0ac2 100644 --- a/dev-java/asm/asm-5.1-r1.ebuild +++ b/dev-java/asm/asm-5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="Bytecode manipulation framework for Java" HOMEPAGE="https://asm.ow2.io" MY_P="ASM_${PV//./_}" -SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.gz https://gitlab.ow2.org/asm/asm/-/archive/ASM_4_0/asm-ASM_4_0.tar.gz" +SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.bz2 https://gitlab.ow2.org/asm/asm/-/archive/ASM_4_0/asm-ASM_4_0.tar.bz2" LICENSE="BSD" SLOT="4" |