development/universal-ctags: Updated for version 60e9073.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2016-07-26 21:23:06 +01:00 committed by Willy Sudiarto Raharjo
parent 09ee33cc8d
commit c3e60f3177
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for universal-ctags
# Copyright 2015 Eugene Wissner Dachau
# Copyright 2015-2016 Eugene Wissner Germany, Dachau
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=universal-ctags
VERSION=${VERSION:-8efa556}
GITVERSION=${GITVERSION:-8efa5561fb3cf1b0402679c0d2c5514690bdc5a8}
VERSION=${VERSION:-60e9073}
GITVERSION=${GITVERSION:-60e9073cd27339184c5c80023e906113fbbe098f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
autoreconf -vfi
sh autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="universal-ctags"
VERSION="8efa556"
VERSION="60e9073"
HOMEPAGE="https://ctags.io/"
DOWNLOAD="https://github.com/universal-ctags/ctags/archive/8efa5561fb3cf1b0402679c0d2c5514690bdc5a8.zip"
MD5SUM="50b28787b42f6716d361436e3356ea30"
DOWNLOAD="https://github.com/universal-ctags/ctags/archive/60e9073cd27339184c5c80023e906113fbbe098f.zip"
MD5SUM="09fbfc72e03a681ed6177a8eb4e80a44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"