diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-08-12 20:07:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:45 +0700 |
commit | 36dbcd3d37190a181a920f78965f0e5a14eb58ab (patch) | |
tree | 1aa77532565b38120c2a7e43648565b59c7078e0 /python/python-vulndb/python-vulndb.SlackBuild | |
parent | 1c598862630b6dd750a8d36866a29c255134c2af (diff) |
python/python-vulndb: Updated for version 0.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-vulndb/python-vulndb.SlackBuild')
-rw-r--r-- | python/python-vulndb/python-vulndb.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-vulndb/python-vulndb.SlackBuild b/python/python-vulndb/python-vulndb.SlackBuild index 4eb1e8c3df69f..916bdff9d09f3 100644 --- a/python/python-vulndb/python-vulndb.SlackBuild +++ b/python/python-vulndb/python-vulndb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-vulndb -# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com> +# Copyright 2015-2016, 2018 Brenton Earl <brent@exitstatusone.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-vulndb SRCNAM=vulndb -VERSION=${VERSION:-0.0.19} +VERSION=${VERSION:-0.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |