distcc: update upstream URIs

This commit is contained in:
Matthias von Faber 2018-03-14 20:47:31 +01:00 committed by Toyam Cox
parent 0040a79787
commit 90d9280a6e

View file

@ -12,10 +12,9 @@ conf_files="
/etc/distcc/clients.allow"
short_desc="Distributed compilation for faster C/C++ builds"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://code.google.com/p/distcc"
homepage="https://distcc.github.io"
license="GPL-2"
_tarball="${pkgname}-${version}.tar.bz2"
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/distcc/${_tarball}/18cd4f33f5cfc3e75675cafc568fb9cf/${_tarball}"
distfiles="https://github.com/distcc/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
post_install() {