diff options
author | Jens Weber <jens@tuxane.com> | 2014-02-02 09:18:08 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:44 -0600 |
commit | 4e438e797789e7fab6e6a3f608bd680914c860b0 (patch) | |
tree | eea2244bce9d16a56822f7370a5384502808ae75 /development/scite/scite.SlackBuild | |
parent | 9755dbe237c7f100db884241889f857fe441af18 (diff) |
development/scite: Updated for version 3.3.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 10c9c7776732..9c74cb8fabff 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -6,9 +6,10 @@ # 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.3.9: (jw) version bump to 3.3.9 PRGNAM=scite -VERSION=3.24 +VERSION=${VERSION:-3.3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |