diff options
-rw-r--r-- | development/universal-ctags/universal-ctags.SlackBuild | 4 | ||||
-rw-r--r-- | development/universal-ctags/universal-ctags.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/universal-ctags/universal-ctags.SlackBuild b/development/universal-ctags/universal-ctags.SlackBuild index 957ac4cb5c..1688074e74 100644 --- a/development/universal-ctags/universal-ctags.SlackBuild +++ b/development/universal-ctags/universal-ctags.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for universal-ctags -# Copyright 2015-2019 Eugene Wissner, Germany, Dachau +# Copyright 2015-2023 Eugene Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=universal-ctags -VERSION=${VERSION:-p6.0.20230827.0} +VERSION=${VERSION:-p6.0.20230917.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/universal-ctags/universal-ctags.info b/development/universal-ctags/universal-ctags.info index ec4ec39ae9..b03fea33bf 100644 --- a/development/universal-ctags/universal-ctags.info +++ b/development/universal-ctags/universal-ctags.info @@ -1,8 +1,8 @@ PRGNAM="universal-ctags" -VERSION="p6.0.20230827.0" +VERSION="p6.0.20230917.0" HOMEPAGE="https://ctags.io/" -DOWNLOAD="https://download.dlackware.com/hosted-sources/universal-ctags/ctags-p6.0.20230827.0.tar.gz" -MD5SUM="5dac103893bcfb378c7095871b087d19" +DOWNLOAD="https://download.dlackware.com/hosted-sources/universal-ctags/ctags-p6.0.20230917.0.tar.gz" +MD5SUM="6a2215dbaed6dd980c6d30541a3fdad9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |