summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-05 05:37:27 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-05 05:38:07 -0400
commita0dbb42e78b21d01f501de00ff325582a6c84d8e (patch)
tree575368331350015382c755dc808166e12dc6d525 /sys-apps/ripgrep
parentmail-mta/exim: proxy no longer is experimental, thanks Eugene O Alexeyev (diff)
downloadgentoo-a0dbb42e78b21d01f501de00ff325582a6c84d8e.tar.gz
gentoo-a0dbb42e78b21d01f501de00ff325582a6c84d8e.tar.bz2
gentoo-a0dbb42e78b21d01f501de00ff325582a6c84d8e.zip
sys-apps/ripgrep: use https for SRC_URI
Diffstat (limited to 'sys-apps/ripgrep')
-rw-r--r--sys-apps/ripgrep/ripgrep-0.5.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
index 655ba0b27356..ffb5e3686d04 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"