mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +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
|
# Slackware build script for keyring
|
||||||
|
|
||||||
# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=python-keyring
|
PRGNAM=python-keyring
|
||||||
SRCNAM=$(echo $PRGNAM | cut -c8-14)
|
SRCNAM=$(echo $PRGNAM | cut -c8-14)
|
||||||
VERSION=${VERSION:-5.4}
|
VERSION=${VERSION:-8.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-keyring"
|
PRGNAM="python-keyring"
|
||||||
VERSION="5.4"
|
VERSION="8.4.1"
|
||||||
HOMEPAGE="https://bitbucket.org/kang/python-keyring-lib"
|
HOMEPAGE="https://bitbucket.org/kang/python-keyring-lib"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/k/keyring/keyring-5.4.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/k/keyring/keyring-8.4.1.tar.gz"
|
||||||
MD5SUM="ed60cc006c1bc629bf92e100cca952ea"
|
MD5SUM="96d6e4c9cc4b0a25244cffd7f8c7bdcc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue