update url to https for ccache as well

This commit is contained in:
sopparus 2017-01-27 01:02:13 +01:00 committed by GitHub
parent 830e744d79
commit 7dc259ad70

View File

@ -20,8 +20,8 @@ PKG_NAME="ccache"
PKG_VERSION="3.3.3"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://ccache.samba.org/"
PKG_URL="http://samba.org/ftp/ccache/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_SITE="https://ccache.samba.org/"
PKG_URL="https://samba.org/ftp/ccache/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST="make:host"
PKG_SECTION="devel"
PKG_SHORTDESC="ccache: A fast compiler cache"