From b9058a849e0f6b809f35a69db207e48647a5a23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 14 Sep 2018 12:36:51 +0200 Subject: [PATCH] ccache: switch to https. --- dev-util/ccache/ccache-3.2.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ccache/ccache-3.2.2.recipe b/dev-util/ccache/ccache-3.2.2.recipe index fda7c7e40..7a5ee269c 100644 --- a/dev-util/ccache/ccache-3.2.2.recipe +++ b/dev-util/ccache/ccache-3.2.2.recipe @@ -2,11 +2,11 @@ SUMMARY="A fast compiler cache" DESCRIPTION="ccache speeds up recompilation by caching previous \ compilations and detecting when same compilation is being done again. \ Supported languages are C, C++, Objective-C and Objective-C++." -HOMEPAGE="http://ccache.samba.org/" +HOMEPAGE="https://ccache.samba.org/" COPYRIGHT="2002-2007 Andrew Tridgell 2009-2013 Joel Rosdahl" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="http://samba.org/ftp/ccache/ccache-$portVersion.tar.bz2" CHECKSUM_SHA256="440f5e15141cc72d2bfff467c977020979810eb800882e3437ad1a7153cce7b2"