mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/IMAPClient: Updated for version 0.12.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
12ed948bab
commit
aa0c77d08f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for IMAPClient
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=IMAPClient
|
||||
VERSION=${VERSION:-0.11}
|
||||
VERSION=${VERSION:-0.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="IMAPClient"
|
||||
VERSION="0.11"
|
||||
VERSION="0.12"
|
||||
HOMEPAGE="http://imapclient.freshfoo.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/I/IMAPClient/IMAPClient-0.11.tar.gz"
|
||||
MD5SUM="d0565603a2cd7c9239086626339690a4"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/I/IMAPClient/IMAPClient-0.12.tar.gz"
|
||||
MD5SUM="bb7dc4cb2b4ab82ebc73e0f01cb60e1d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue