summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2016-10-21 07:16:15 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-22 08:47:22 +0700
commit3a12dfa0638d97947a28fddbe6c3194b8d91502d (patch)
tree223ee7106335e0317f49492623073c4c5e22cd20 /development
parent634e433c1e556e9d7b80ad20280f23687838ccd9 (diff)
downloadslackbuilds-3a12dfa0638d97947a28fddbe6c3194b8d91502d.tar.gz
slackbuilds-3a12dfa0638d97947a28fddbe6c3194b8d91502d.tar.xz
development/scite: Updated for version 3.7.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development')
-rw-r--r--development/scite/scite.SlackBuild6
-rw-r--r--development/scite/scite.info6
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 @@
# <https://www.gnu.org/licenses/>.
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=""