diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-01-13 17:44:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:28 +0700 |
commit | 346d0fb7d4acd037011e6dec0ef93178b204422f (patch) | |
tree | 3c3d1ace673b6e2c266c572641b6d643c72fbfd6 /python/python-keyring/python-keyring.SlackBuild | |
parent | b95abc4f9b432308e16b91c89e255301dd090feb (diff) | |
download | slackbuilds-346d0fb7d4acd037011e6dec0ef93178b204422f.tar.gz |
python/python-keyring: Updated for version 10.6.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 683b03e659..68ef080d0a 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-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2018 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:-10.3.3} +VERSION=${VERSION:-10.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |