python/piprot: Updated for version 0.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-02-21 22:38:53 +07:00 committed by Erik Hanson
parent 75abf730ad
commit 85d3858c51
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=piprot
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="piprot"
VERSION="0.4.0"
VERSION="0.5.0"
HOMEPAGE="https://github.com/sesh/piprot"
DOWNLOAD="https://pypi.python.org/packages/source/p/piprot/piprot-0.4.0.tar.gz"
MD5SUM="7b14a109b8250bff2fed490559e00195"
DOWNLOAD="https://pypi.python.org/packages/source/p/piprot/piprot-0.5.0.tar.gz"
MD5SUM="14e75d75b892dc674e2e5b2fd9369c16"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools six python-requests"