development/universal-ctags: Updated for version p6.0.20230917.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
746b008dfe
commit
c47f347753
|
@ -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}
|
||||
|
|
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue