From e3345a7561dfc0f4f25eb7c0528f16d7c7260d3d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 23 Aug 2023 14:17:26 +0200 Subject: [PATCH] diffstat: update 1.63 to 1.65 - src dead - fixed SRCURL --- diffstat.be0 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/diffstat.be0 b/diffstat.be0 index b6e8dc266..b17151369 100755 --- a/diffstat.be0 +++ b/diffstat.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION diffstat-1.63-0 +# BEE_VERSION diffstat-1.65-0 # more info: https://foo.bar.com -SRCURL[0]="ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz" +# SRCURL[0]="https://invisible-island.net/archives/diffstat/diffstat-1.65.tgz" +SRCURL[0]="https://beehive.molgen.mpg.de/d0cb941e47ba751394dc31cdee1118aa/diffstat-1.65.tgz" # PATCHURL+=() @@ -33,7 +34,3 @@ BEE_CONFIGURE='compat' #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}