mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/python-lazy-object-proxy: Updated for version 1.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
02380effb4
commit
637c2ef630
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-lazy-object-proxy
|
||||
|
||||
# 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-lazy-object-proxy
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-24)
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-lazy-object-proxy"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.2.2"
|
||||
HOMEPAGE="https://github.com/ionelmc/python-lazy-object-proxy"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.2.1.tar.gz"
|
||||
MD5SUM="ad33e3e06d24786f708b72cc23350afa"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.2.2.tar.gz"
|
||||
MD5SUM="841b5592bc12c6ef7e48ed1d7a5f9066"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue