commit: 5c1a4fbf2b34b051174df63c43021a53d49a340b Author: William Hubbs <william.hubbs <AT> sony <DOT> com> AuthorDate: Fri Jan 31 20:05:23 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Jan 31 20:10:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1a4fbf
dev-libs/avro-c: fix src_uri Signed-off-by: William Hubbs <williamh <AT> gentoo.org> dev-libs/avro-c/avro-c-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/avro-c/avro-c-1.9.1.ebuild b/dev-libs/avro-c/avro-c-1.9.1.ebuild index 3d47fc238ea..52a09b83a88 100644 --- a/dev-libs/avro-c/avro-c-1.9.1.ebuild +++ b/dev-libs/avro-c/avro-c-1.9.1.ebuild @@ -6,7 +6,7 @@ inherit cmake DESCRIPTION="c library for the apache avro data serialization system" HOMEPAGE="https://avro.apache.org/" -SRC_URI="http://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz" +SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0"