diff options
author | Erik Hanson <erik@slackbuilds.org> | 2017-07-08 20:24:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:38 +0700 |
commit | a956fe401ff05f5b4a38115f20926189fc067ad9 (patch) | |
tree | 39a4bd545d830e4282be0ab35b7590618acab898 | |
parent | 0b77185a7e0a01f4e046bc7cca54bde35a7d9bdf (diff) | |
download | slackbuilds-a956fe401ff05f5b4a38115f20926189fc067ad9.tar.gz |
development/highlight: Updated for version 3.38.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
-rw-r--r-- | development/highlight/highlight.SlackBuild | 4 | ||||
-rw-r--r-- | development/highlight/highlight.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/highlight/highlight.SlackBuild b/development/highlight/highlight.SlackBuild index 5f0602a3d5..8a7ed4d1b2 100644 --- a/development/highlight/highlight.SlackBuild +++ b/development/highlight/highlight.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for highlight # -# Copyright 2011-2015 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2011-2017 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=${VERSION:-3.22} +VERSION=${VERSION:-3.38} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/highlight/highlight.info b/development/highlight/highlight.info index 210acc7c2c..160c4b0c17 100644 --- a/development/highlight/highlight.info +++ b/development/highlight/highlight.info @@ -1,8 +1,8 @@ PRGNAM="highlight" -VERSION="3.22" +VERSION="3.38" HOMEPAGE="http://www.andre-simon.de/" -DOWNLOAD="http://www.andre-simon.de/zip/highlight-3.22.tar.bz2" -MD5SUM="6e6e12b7ee966fe6b1a31eeda3f0761a" +DOWNLOAD="http://www.andre-simon.de/zip/highlight-3.38.tar.bz2" +MD5SUM="cb6f5678455200d28dcdbc1028d35693" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |