diff options
author | Erik Falor <ewfalor@gmail.com> | 2020-09-03 08:28:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-03 08:28:21 +0700 |
commit | da1ba81951f86d909617942c8b3a630a710755fa (patch) | |
tree | d14ca8849205ef88635ca466463af518b6e23998 /development/mlr/mlr.SlackBuild | |
parent | 87ce037ac7a64f14e29253e03af32ec3ebdf7cbc (diff) |
development/mlr: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mlr/mlr.SlackBuild')
-rw-r--r-- | development/mlr/mlr.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/mlr/mlr.SlackBuild b/development/mlr/mlr.SlackBuild index 03e0b005694aa..90c8164734f08 100644 --- a/development/mlr/mlr.SlackBuild +++ b/development/mlr/mlr.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for mlr +# Slackware build script for miller +# http://johnkerl.org/miller -# Copyright 2017 Erik Falor, Utah, USA +# Copyright 2020 Erik Falor, Utah, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mlr -VERSION=${VERSION:-5.2.2} +VERSION=${VERSION:-5.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |