diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-07-19 10:27:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-21 06:53:31 +0700 |
commit | bbcc23dc38098196639b7df1eb0c598957adefe1 (patch) | |
tree | 4d9d2f14438d06988d5b03bd55c1ad5aef537168 /system/nvme-cli/nvme-cli.SlackBuild | |
parent | a6679bbb80f8714aef46ca00b89fe5ceb3d92f0b (diff) |
system/nvme-cli: Updated for version 1.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/nvme-cli/nvme-cli.SlackBuild')
-rw-r--r-- | system/nvme-cli/nvme-cli.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nvme-cli/nvme-cli.SlackBuild b/system/nvme-cli/nvme-cli.SlackBuild index 61ef14be52f96..83ec594189ff8 100644 --- a/system/nvme-cli/nvme-cli.SlackBuild +++ b/system/nvme-cli/nvme-cli.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nvme-cli -# Copyright 2017, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2018, Alexander Verbovetsky, Moscow, Russia # 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=nvme-cli -VERSION=${VERSION:-1.5} +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |