summaryrefslogtreecommitdiffstats
path: root/development/universal-ctags
diff options
context:
space:
mode:
author Eugene Wissner2016-08-25 11:42:36 +0200
committer David Spencer2016-08-28 01:22:59 +0200
commit9a5e5869b7d7145751819edfe39de1d659b3b0d9 (patch)
treef714d994925ed9d92ff14ac9068e255ee83be5a9 /development/universal-ctags
parentbc5920a9c351469011e59b0462fdd55536d03af7 (diff)
downloadslackbuilds-9a5e5869b7d7145751819edfe39de1d659b3b0d9.tar.gz
development/universal-ctags: Updated for version f2d8a3d.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/universal-ctags')
-rw-r--r--development/universal-ctags/universal-ctags.SlackBuild10
-rw-r--r--development/universal-ctags/universal-ctags.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/development/universal-ctags/universal-ctags.SlackBuild b/development/universal-ctags/universal-ctags.SlackBuild
index 8aa8a770b1..ffa9e363cc 100644
--- a/development/universal-ctags/universal-ctags.SlackBuild
+++ b/development/universal-ctags/universal-ctags.SlackBuild
@@ -23,14 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=universal-ctags
-VERSION=${VERSION:-60e9073}
-GITVERSION=${GITVERSION:-60e9073cd27339184c5c80023e906113fbbe098f}
+VERSION=${VERSION:-f2d8a3d}
+GITVERSION=${GITVERSION:-f2d8a3d9390dbfb84a5c64c4db344d104d9dc6e0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/development/universal-ctags/universal-ctags.info b/development/universal-ctags/universal-ctags.info
index 046cc23e3a..279aac42d2 100644
--- a/development/universal-ctags/universal-ctags.info
+++ b/development/universal-ctags/universal-ctags.info
@@ -1,8 +1,8 @@
PRGNAM="universal-ctags"
-VERSION="60e9073"
+VERSION="f2d8a3d"
HOMEPAGE="https://ctags.io/"
-DOWNLOAD="https://github.com/universal-ctags/ctags/archive/60e9073cd27339184c5c80023e906113fbbe098f.zip"
-MD5SUM="09fbfc72e03a681ed6177a8eb4e80a44"
+DOWNLOAD="https://github.com/universal-ctags/ctags/archive/f2d8a3d9390dbfb84a5c64c4db344d104d9dc6e0.zip"
+MD5SUM="a3c7696cdb5dc008fbc712356032d946"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"