mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/SQLAlchemy: Updated for version 1.4.41.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
dedc806a2d
commit
9ac3069e4d
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=SQLAlchemy
|
||||
VERSION=${VERSION:-1.4.36}
|
||||
VERSION=${VERSION:-1.4.41}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="SQLAlchemy"
|
||||
VERSION="1.4.36"
|
||||
VERSION="1.4.41"
|
||||
HOMEPAGE="http://www.sqlalchemy.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.36.tar.gz"
|
||||
MD5SUM="11028a2d6420e03920f228d3c9539739"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.41.tar.gz"
|
||||
MD5SUM="b8fad4f0c4335cdba7655dca8dcedb09"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet"
|
||||
|
|
Loading…
Reference in a new issue