diff options
author | Eugene Wissner <belka@caraus.de> | 2016-07-26 21:23:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | c3e60f317752097771ce93ba7456e099c2df0ae6 (patch) | |
tree | f0c1bfdb159b38ca27e911107c9b88463ec9900a /development/universal-ctags | |
parent | 09ee33cc8d1eae2927d98ab496b33a948bf00d7f (diff) | |
download | slackbuilds-c3e60f317752097771ce93ba7456e099c2df0ae6.tar.gz |
development/universal-ctags: Updated for version 60e9073.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/universal-ctags')
-rw-r--r-- | development/universal-ctags/universal-ctags.SlackBuild | 8 | ||||
-rw-r--r-- | development/universal-ctags/universal-ctags.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/universal-ctags/universal-ctags.SlackBuild b/development/universal-ctags/universal-ctags.SlackBuild index 48d740a357..8aa8a770b1 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 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 \ diff --git a/development/universal-ctags/universal-ctags.info b/development/universal-ctags/universal-ctags.info index c026ba2533..046cc23e3a 100644 --- a/development/universal-ctags/universal-ctags.info +++ b/development/universal-ctags/universal-ctags.info @@ -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%" |