From ab0e9746d3e91f317bf7ef9b6461fc0904c3e755 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 Aug 2024 11:01:32 +0200 Subject: [PATCH] less: Update version from 481 to 661 https://www.greenwoodsoftware.com/less/news.661.html --- less.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less.be0 b/less.be0 index 3a9ad57b3..a054389c1 100755 --- a/less.be0 +++ b/less.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION less-481-0 +# BEE_VERSION less-661-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. #SRCURL[0]="https://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/50ef46065c65257141a7340123527767/less-481.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/44f54b6313c5d71fa1ac224d8d84766a/less-661.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.