diff options
-rw-r--r-- | system/smenu/smenu.SlackBuild | 4 | ||||
-rw-r--r-- | system/smenu/smenu.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/system/smenu/smenu.SlackBuild b/system/smenu/smenu.SlackBuild index 9d83b1160c..90bd5ff5a1 100644 --- a/system/smenu/smenu.SlackBuild +++ b/system/smenu/smenu.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240810 bkw: updated for v1.4.0. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=smenu -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/smenu/smenu.info b/system/smenu/smenu.info index c771324c90..cce0934061 100644 --- a/system/smenu/smenu.info +++ b/system/smenu/smenu.info @@ -1,8 +1,8 @@ PRGNAM="smenu" -VERSION="1.3.0" +VERSION="1.4.0" HOMEPAGE="https://github.com/p-gen/smenu/" -DOWNLOAD="https://github.com/p-gen/smenu/archive/v1.3.0/smenu-1.3.0.tar.gz" -MD5SUM="67301a5460e6888d6d3834765fa62c35" +DOWNLOAD="https://github.com/p-gen/smenu/archive/v1.4.0/smenu-1.4.0.tar.gz" +MD5SUM="6119b19201f3f59b1762a1c1f2e9cb42" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |