media-libs/chromaprint: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 23 May 2018 17:09:55 +0000 (19:09 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 24 May 2018 00:40:36 +0000 (20:40 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8535

media-libs/chromaprint/chromaprint-1.4.3.ebuild

index c1ac357af58455f416eef06d8f5e602baf200022..12ae454f9693c76d2ad5af427f8ff5519cd7255a 100644 (file)
@@ -7,7 +7,7 @@ inherit cmake-multilib
 GTEST_VERSION="1.8.0"
 
 DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints"
-HOMEPAGE="http://acoustid.org/chromaprint"
+HOMEPAGE="https://acoustid.org/chromaprint"
 SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
        test? ( https://github.com/google/googletest/archive/release-${GTEST_VERSION}.tar.gz -> gtest-${GTEST_VERSION}.tar.gz )
 "