commit:     a0dbb42e78b21d01f501de00ff325582a6c84d8e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 09:37:27 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 09:38:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dbb42e

sys-apps/ripgrep: use https for SRC_URI

 sys-apps/ripgrep/ripgrep-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild 
b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
index 655ba0b2735..ffb5e3686d0 100644
--- a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
+++ b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="a search tool that combines the usability of ag 
with the raw speed
 HOMEPAGE="https://github.com/BurntSushi/ripgrep";
 #SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 # custom tarball bundling all deps and index, otherwise cargo fetches from the 
network
-SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz";
+SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz";
 
 LICENSE="|| ( MIT Unlicense )"
 SLOT="0"

Reply via email to