From 8726257353239c25706cc86f7e6c17de645a21ef Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 24 May 2018 12:17:38 +0200 Subject: [PATCH] cronie: Change URL to github --- cronie.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronie.be0 b/cronie.be0 index b87d64b08..407151805 100755 --- a/cronie.be0 +++ b/cronie.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://fedorahosted.org/releases/c/r/cronie/cronie-${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/cronie-crond/cronie/archive/cronie-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.