diff options
author | Eugen Wissner <belka@caraus.de> | 2023-09-22 14:43:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:44 +0700 |
commit | c47f34775398dbd3fb2d0402c7e34d576a0d8748 (patch) | |
tree | 16fc911501746d60674c02e297c040fb19e7bc4d | |
parent | 746b008dfe0cb4b3549d3f1a1e19768b9a010d6f (diff) |
development/universal-ctags: Updated for version p6.0.20230917.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 957ac4cb5cdc..1688074e74dd 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 ec4ec39ae911..b03fea33bfb9 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%" |