diff options
author | 2025-06-10 11:58:47 +0200 | |
---|---|---|
committer | 2025-06-10 12:04:16 +0200 | |
commit | 41a3b0730b646eaddfbbbe8b9b58c420d9fdf5a3 (patch) | |
tree | 34209e5e644957377ab6ff8e7b3e5e224b5b9274 | |
parent | 55fc8980123d0eb35b65ea4b4d0d009eba3469b3 (diff) | |
download | slackbuilds-user/belka/updates.tar.gz slackbuilds-user/belka/updates.tar.xz |
development/universal-ctags: Updated for version 6.2.0user/belka/updates
-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 7f03ab26d4..4f98fce5f6 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-2023 Eugene Wissner, Mannheim, Germany +# Copyright 2015-2025 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:-6.1.0} +VERSION=${VERSION:-6.2.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 89a2593a1e..e945d30847 100644 --- a/development/universal-ctags/universal-ctags.info +++ b/development/universal-ctags/universal-ctags.info @@ -1,8 +1,8 @@ PRGNAM="universal-ctags" -VERSION="6.1.0" +VERSION="6.2.0" HOMEPAGE="https://ctags.io" -DOWNLOAD="https://download.dlackware.com/hosted-sources/universal-ctags/ctags-6.1.0.tar.gz" -MD5SUM="eb0047378f0f49b013de032a7530caf7" +DOWNLOAD="https://download.dlackware.com/hosted-sources/universal-ctags/ctags-6.2.0.tar.gz" +MD5SUM="65064cbaf0955916a98d381a9c90240d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |