mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-keyring: Updated for version 8.4.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1abf4dc430
commit
26e5ccbc7a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for keyring
|
||||
|
||||
# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2016 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:-5.4}
|
||||
VERSION=${VERSION:-8.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-keyring"
|
||||
VERSION="5.4"
|
||||
VERSION="8.4.1"
|
||||
HOMEPAGE="https://bitbucket.org/kang/python-keyring-lib"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/k/keyring/keyring-5.4.tar.gz"
|
||||
MD5SUM="ed60cc006c1bc629bf92e100cca952ea"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/k/keyring/keyring-8.4.1.tar.gz"
|
||||
MD5SUM="96d6e4c9cc4b0a25244cffd7f8c7bdcc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue