diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-08 17:18:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:34 +0700 |
commit | 51ec3240fb312ac809c3114ffc18507563a784f7 (patch) | |
tree | d3531211ef7fa0ad01075c25770fb050feda5838 /python/python-keyring/python-keyring.SlackBuild | |
parent | 6ae42bfd1659bb7040fba260637731d33c7d0dd5 (diff) |
python/python-keyring: Updated for version 19.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-keyring/python-keyring.SlackBuild')
-rw-r--r-- | python/python-keyring/python-keyring.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-keyring/python-keyring.SlackBuild b/python/python-keyring/python-keyring.SlackBuild index 320b78377975a..76aa9908f6855 100644 --- a/python/python-keyring/python-keyring.SlackBuild +++ b/python/python-keyring/python-keyring.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for keyring -# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-keyring SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-17.0.0} +VERSION=${VERSION:-19.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |