diff options
-rw-r--r-- | development/scite/scite.SlackBuild | 33 | ||||
-rw-r--r-- | development/scite/scite.info | 10 |
2 files changed, 29 insertions, 14 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 1596cfdd7ccf..b197f6b215dd 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -1,17 +1,32 @@ #!/bin/sh + # Slackware build script for SciTE + +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Written by Iskar Enev <iskar.enev[@]gmail.com> -# 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 -# v3.24: (jw) version bump to 3.24 -# v3.41: (jw) version bump to 3.41 -# v3.52: (jw) version bump to 3.52 -# v3.54: (jw) version bump to 3.54 +# Some modifications by Jens Weber <jens@tuxane.com> + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted. + +# This program is distributed in the hope that it will be useful, but +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You may have received a copy of the GNU General Public License along +# with this program (most likely, a file named COPYING). If not, see +# <https://www.gnu.org/licenses/>. PRGNAM=scite -VERSION=${VERSION:-3.54} +VERSION=${VERSION:-3.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/scite/scite.info b/development/scite/scite.info index 86b41c712014..4aa928faf343 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,10 +1,10 @@ PRGNAM="scite" -VERSION="3.54" +VERSION="3.6.3" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.5.4/scite354.tgz" -MD5SUM="5438237551c50a9d57fce80dc23a4494" +DOWNLOAD="http://downloads.sourceforge.net/project/scintilla/SciTE/3.6.3/scite363.tgz" +MD5SUM="b307a6e932510340d8ae1e0ec3e4dd44" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Jens Weber" -EMAIL="jens [a] [t] tuxane[ d o t ]com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |