mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/autopep8: Updated for version 1.2.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7bc2504037
commit
7bd65d8ffb
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=autopep8
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="autopep8"
|
||||
VERSION="1.2.2"
|
||||
VERSION="1.2.4"
|
||||
HOMEPAGE="https://github.com/hhatto/autopep8"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/autopep8/autopep8-1.2.2.tar.gz"
|
||||
MD5SUM="3d97f9c89d14a0975bffd32a2c61c36c"
|
||||
DOWNLOAD="https://pypi.python.org/packages/98/ac/d447a958abd0d0f80424eafd1f1e2d96380305bd5dfb0df1f7fd5e4bcc56/autopep8-1.2.4.tar.gz"
|
||||
MD5SUM="fcea19c0c5e505b425e2a78afb771f5c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pep8"
|
||||
|
|
Loading…
Reference in a new issue