From 68eb2e84189a13b00271a8f5cff66eb5bfb5bb42 Mon Sep 17 00:00:00 2001 From: weabot Date: Wed, 8 Feb 2017 07:02:20 -0500 Subject: [PATCH] ccache: fix broken distfiles URL --- srcpkgs/ccache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index be93c40dc5d..176c3d8d355 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -9,7 +9,7 @@ short_desc="A Fast C/C++ Compiler Cache" maintainer="Juan RP " homepage="http://ccache.samba.org" license="GPL-2" -distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.bz2" +distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=2985bc5e32ebe38d2958d508eb54ddcad39eed909489c0c2988035214597ca54 post_install() {