development/highlight: Updated for version 3.9.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
3730dc16d0
commit
21dc241ebb
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue