diff options
author | Jens Weber <jens@tuxane.com> | 2012-12-16 17:42:26 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:17 -0500 |
commit | 90644bdde025ee70d19b083d5a834fc9a82c837c (patch) | |
tree | 1efd27c586a9e14a98b3fedaf955180f2521239e /development | |
parent | 68c6af916d3af4f94b120149a42d268362639f73 (diff) | |
download | slackbuilds-90644bdde025ee70d19b083d5a834fc9a82c837c.tar.gz |
development/scite: Updated for version 3.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/scite/README | 2 | ||||
-rw-r--r-- | development/scite/scite.SlackBuild | 3 | ||||
-rw-r--r-- | development/scite/scite.info | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/development/scite/README b/development/scite/README index 40d2af8e4d..91ea379d79 100644 --- a/development/scite/README +++ b/development/scite/README @@ -9,7 +9,7 @@ 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.20 after installation to find +Please look into /usr/doc/scite-3.23 after installation to find the example configuration files and additional documentation. diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index eb42a771a2..1ad5c73561 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -4,9 +4,10 @@ # v2.27: Some modifications by Jens Weber <jens@tuxane.com> # v3.02: (jw) Some more changes, see README.Slackware and changelog # v3.20: (jw) little changes, see README.Slackware and changelog +# v3.23: (jw) version bump to 3.23 PRGNAM=scite -VERSION=3.20 +VERSION=${VERSION:-3.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/scite/scite.info b/development/scite/scite.info index 765e2ac22b..a2110e9774 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,8 +1,8 @@ PRGNAM="scite" -VERSION="3.20" +VERSION="3.23" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite320.tgz" -MD5SUM="536b375c5d4621aecbbf986bbf4c6f13" +DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite323.tgz" +MD5SUM="1d02734ea2fcc3551ac62c5ae6a274b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |