diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-12-09 13:22:20 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-09 20:56:08 +0700 |
commit | faedb327c9d2b93efecc5f18391f6a1876bc9067 (patch) | |
tree | 3b09c361393c51ce473f3bbbb14cdc0e294f749c /development | |
parent | 68af98f8177f17c511d9eac4db18367a6c96f21f (diff) |
development/highlight: Updated to 4.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/highlight/highlight.SlackBuild | 2 | ||||
-rw-r--r-- | development/highlight/highlight.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/highlight/highlight.SlackBuild b/development/highlight/highlight.SlackBuild index cb2ecf999dce..9578f72f7fe6 100644 --- a/development/highlight/highlight.SlackBuild +++ b/development/highlight/highlight.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=highlight -VERSION=${VERSION:-4.3} +VERSION=${VERSION:-4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/highlight/highlight.info b/development/highlight/highlight.info index 01a34157d0dd..100d8026e93c 100644 --- a/development/highlight/highlight.info +++ b/development/highlight/highlight.info @@ -1,8 +1,8 @@ PRGNAM="highlight" -VERSION="4.3" +VERSION="4.4" HOMEPAGE="http://www.andre-simon.de/" -DOWNLOAD="http://www.andre-simon.de/zip/highlight-4.3.tar.bz2" -MD5SUM="4c318f650c5f7447207ae7de7b9847c0" +DOWNLOAD="http://www.andre-simon.de/zip/highlight-4.4.tar.bz2" +MD5SUM="e61056f9cfe5f865ea7f87c74f05d22f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua53" |