From b99acede3d80e873542193d2429e91618f703ebc Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 1 Oct 2020 12:32:56 +0200 Subject: [PATCH] xmlto: fix SRCURL - SRCURL --- xmlto.be0 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/xmlto.be0 b/xmlto.be0 index f6bc29453..f6b16a6d4 100755 --- a/xmlto.be0 +++ b/xmlto.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION xmlto-0.0.28-0 +# BEE_VERSION xmlto-0.0.28-1 # more info: https://pagure.io/xmlto -SRCURL[0]="https://releases.pagure.org/xmlto/xmlto-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://releases.pagure.org/xmlto/xmlto-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/a1fefad9d83499a15576768f60f847c6/xmlto-0.0.28.tar.gz" # PATCHURL+=() @@ -31,7 +32,3 @@ SRCURL[0]="https://releases.pagure.org/xmlto/xmlto-${PKGVERSION}.tar.gz" #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}