diff options
author | Mario Preksavec <mario@slackware.hr> | 2022-05-13 17:51:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:48 +0700 |
commit | b7a016faa13c29ee2f26f72fe2df035ee8b1e325 (patch) | |
tree | 87374a764886d05713a0333e83d567fbd58d94a0 /libraries/rrdtool/rrdtool.SlackBuild | |
parent | 99038af0bb37d16d8981a251ae54132888e93dd6 (diff) |
libraries/rrdtool: Updated for version 1.8.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rrdtool/rrdtool.SlackBuild')
-rw-r--r-- | libraries/rrdtool/rrdtool.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/rrdtool/rrdtool.SlackBuild b/libraries/rrdtool/rrdtool.SlackBuild index 23fe7993f3193..222235f121596 100644 --- a/libraries/rrdtool/rrdtool.SlackBuild +++ b/libraries/rrdtool/rrdtool.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2007, 2008 Michael Johnson <youngmug at animeneko dot net> # Copyright 2009, 2010, 2012 Niels Horn, Rio de Janeiro, RJ, Brazil -# Copyright 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia +# Copyright 2014, 2022 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rrdtool -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |