diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-02-12 22:17:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-02-12 22:18:42 +0000 |
commit | f3f094b4d695b4ce485c45090203325618c6970c (patch) | |
tree | 4dd4435cd6cc8f7e716506d7f6c63f2e458e05d5 /dev-java/ant-core | |
parent | ant-tasks.eclass: Update upstream download URLs (diff) | |
download | gentoo-f3f094b4d695b4ce485c45090203325618c6970c.tar.gz gentoo-f3f094b4d695b4ce485c45090203325618c6970c.tar.bz2 gentoo-f3f094b4d695b4ce485c45090203325618c6970c.zip |
dev-java/ant-core: Update SRC_URI
1.9.2 has been moved to the archive location.
Closes: https://bugs.gentoo.org/647320
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-java/ant-core')
-rw-r--r-- | dev-java/ant-core/ant-core-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/ant-core/ant-core-1.9.2.ebuild b/dev-java/ant-core/ant-core-1.9.2.ebuild index 571c56636156..e2696d37d4ba 100644 --- a/dev-java/ant-core/ant-core-1.9.2.ebuild +++ b/dev-java/ant-core/ant-core-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ MY_P="apache-ant-${PV}" DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files" HOMEPAGE="http://ant.apache.org/" -SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2 +SRC_URI="https://archive.apache.org/dist/ant/source/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-${PV}-gentoo.tar.bz2" LICENSE="Apache-2.0" |