diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-05-04 20:01:43 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:06 -0500 |
commit | 21dc241ebbda1c593237187c998d1dad4b6da5f9 (patch) | |
tree | 1f758894f00ca1cbf6a3fb0603762f516664bd10 /development/highlight | |
parent | 3730dc16d0364e350f4404e236b969d7ad9562d0 (diff) | |
download | slackbuilds-21dc241ebbda1c593237187c998d1dad4b6da5f9.tar.gz |
development/highlight: Updated for version 3.9.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/highlight')
-rw-r--r-- | development/highlight/highlight.SlackBuild | 4 | ||||
-rw-r--r-- | development/highlight/highlight.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/highlight/highlight.SlackBuild b/development/highlight/highlight.SlackBuild index cd1e310b78..af5740fd74 100644 --- a/development/highlight/highlight.SlackBuild +++ b/development/highlight/highlight.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for highlight # -# Copyright 2011 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2011-2012 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=highlight -VERSION=3.6 +VERSION=${VERSION:-3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/highlight/highlight.info b/development/highlight/highlight.info index addfb3cb1b..d5fd60c498 100644 --- a/development/highlight/highlight.info +++ b/development/highlight/highlight.info @@ -1,10 +1,10 @@ PRGNAM="highlight" -VERSION="3.6" +VERSION="3.9" HOMEPAGE="http://www.andre-simon.de/" -DOWNLOAD="http://www.andre-simon.de/zip/highlight-3.6.tar.bz2" -MD5SUM="b23093dba7c44a7628ee5c97e68c9941" +DOWNLOAD="http://www.andre-simon.de/zip/highlight-3.9.tar.bz2" +MD5SUM="8b666baaf3638cc4b4f26b84816bc558" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="Niels Horn" +APPROVED="dsomero" |