diff options
Diffstat (limited to 'system/lv/lv.SlackBuild')
-rw-r--r-- | system/lv/lv.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/system/lv/lv.SlackBuild b/system/lv/lv.SlackBuild index 3689d297a6a5c..2e1671cf5db11 100644 --- a/system/lv/lv.SlackBuild +++ b/system/lv/lv.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240813 bkw: update for v4.11_9, which doesn't actually change +# anything except the Debian packaging (doesn't affect us). Updating +# anyway, in case the previous URL vanishes. + # 20210824 bkw: update for v4.51_8, which includes all the patches # that used to be in patches/ here. @@ -19,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lv -VERSION=${VERSION:-4.51_8} +VERSION=${VERSION:-4.51_9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |