diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2017-04-08 06:15:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:15:27 +0700 |
commit | 2d14f51493e45a39f44559dd867e7a6a3f6b10ed (patch) | |
tree | a140e122ebfa9bbf0ab095cd15a665722839c194 /development/scite | |
parent | 71b872d3b0b909daacd8e30bf1ca38752391d110 (diff) |
development/scite: Updated for version 3.7.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scite')
-rw-r--r-- | development/scite/README | 6 | ||||
-rw-r--r-- | development/scite/scite.SlackBuild | 3 | ||||
-rw-r--r-- | development/scite/scite.info | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/development/scite/README b/development/scite/README index 5642d53a04d7..0f630cf3e736 100644 --- a/development/scite/README +++ b/development/scite/README @@ -4,10 +4,10 @@ for building and running programs. It is best used for jobs with simple configurations. There are example configuration files provided with the tarball. -If you'd like to use it (at your own risk), -see the different options at http://www.scintilla.org/SciTEDoc.html, +If you'd like to use it (at your own risk), +see the different options at http://www.scintilla.org/SciTEDoc.html, rename SciTEUser.properties.new to .SciTEUser.properties, and place it in your user's homedir. -Please look into /usr/doc/scite-3.54 after installation to find +Please look into /usr/doc/scite-3.7.4 after installation to find the example configuration files and additional documentation. diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index f40133d78f86..c71158b071b0 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for SciTE # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org +# 2017 | Dhaby Xiloj | slack.dhabyx@gmail.com # Written by Iskar Enev <iskar.enev[@]gmail.com> # Some modifications by Jens Weber <jens@tuxane.com> @@ -26,7 +27,7 @@ # <https://www.gnu.org/licenses/>. PRGNAM=scite -VERSION=${VERSION:-3.7.3} +VERSION=${VERSION:-3.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/scite/scite.info b/development/scite/scite.info index c2046765d0ee..cfd798b0cc41 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,10 +1,10 @@ PRGNAM="scite" -VERSION="3.7.3" +VERSION="3.7.4" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.7.3/scite373.tgz" -MD5SUM="63ad691d37aee23329e79d967281a809" +DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.7.4/scite374.tgz" +MD5SUM="a22acb7052faee698991d3d94ed3882e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="DhabyX" +EMAIL="slack.dhabyx@gmail.com" |