From 90d9280a6e96382c73313f0591483b1796a9b4bb Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Wed, 14 Mar 2018 20:47:31 +0100 Subject: [PATCH] distcc: update upstream URIs --- srcpkgs/distcc/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template index 71f2646535..c54709115d 100644 --- a/srcpkgs/distcc/template +++ b/srcpkgs/distcc/template @@ -12,10 +12,9 @@ conf_files=" /etc/distcc/clients.allow" short_desc="Distributed compilation for faster C/C++ builds" maintainer="Juan RP " -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() {