From 3a12dfa0638d97947a28fddbe6c3194b8d91502d Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Fri, 21 Oct 2016 07:16:15 -0700 Subject: development/scite: Updated for version 3.7.0. Signed-off-by: Ryan P.C. McQuen --- development/scite/scite.SlackBuild | 6 +++--- development/scite/scite.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 5360120ea3..61decb742c 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -26,13 +26,13 @@ # . PRGNAM=scite -VERSION=${VERSION:-3.6.7} +VERSION=${VERSION:-3.7.0} 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 @@ -45,7 +45,7 @@ OUTPUT=${OUTPUT:-/tmp} HELPBROWSER=mozilla -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" diff --git a/development/scite/scite.info b/development/scite/scite.info index 34cd58a16e..b244baa0b5 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,8 +1,8 @@ PRGNAM="scite" -VERSION="3.6.7" +VERSION="3.7.0" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.6.7/scite367.tgz" -MD5SUM="5c00467744a87532b36ba518c49d1940" +DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.7.0/scite370.tgz" +MD5SUM="dffe6b942f5d0bb1f376d957187cb387" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3