development/alembic: Updated for version 0.9.9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4153d9741e
commit
0164892b17
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for alembic
|
||||
|
||||
# Copyright 2017 Christopher Walker Kempner, TX
|
||||
# Copyright 2017-2018 Christopher Walker Kempner, TX
|
||||
# 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=alembic
|
||||
VERSION=${VERSION:-0.8.10}
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="alembic"
|
||||
VERSION="0.8.10"
|
||||
VERSION="0.9.9"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/alembic"
|
||||
DOWNLOAD="https://pypi.python.org/packages/f0/7d/7fcda63887d9726e0145e98802baf374ec8cf889325e469194cd7926c98e/alembic-0.8.10.tar.gz"
|
||||
MD5SUM="21b344a70ce637699c18bf074a080649"
|
||||
DOWNLOAD="https://pypi.python.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz"
|
||||
MD5SUM="c74c6b8b3b2c405b48a9bfeed9a0bd2d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SQLAlchemy Mako python-editor"
|
||||
|
|
Loading…
Reference in New Issue