ccache: fix broken distfiles URL
This commit is contained in:
parent
3ab971d8fb
commit
68eb2e8418
|
@ -9,7 +9,7 @@ short_desc="A Fast C/C++ Compiler Cache"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue