mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/SQLAlchemy: Updated for version 1.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b39883a28f
commit
f6341be881
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for SQLAlchemy
|
# Slackware build script for SQLAlchemy
|
||||||
|
|
||||||
# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
|
# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
|
||||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=SQLAlchemy
|
PRGNAM=SQLAlchemy
|
||||||
VERSION=${VERSION:-1.1.14}
|
VERSION=${VERSION:-1.2.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="SQLAlchemy"
|
PRGNAM="SQLAlchemy"
|
||||||
VERSION="1.1.14"
|
VERSION="1.2.0"
|
||||||
HOMEPAGE="http://www.sqlalchemy.org"
|
HOMEPAGE="http://www.sqlalchemy.org"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/a3/d1/eacdedd964ad43fbc4cc7110dac33fbf1dbd7bf50dedb4dc1799c42972c1/SQLAlchemy-1.1.14.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/be/d1/0008f4ee8d8eaae328efbf9cc513c1bee6f6793de11ab82cb31b3045ee06/SQLAlchemy-1.2.0.tar.gz"
|
||||||
MD5SUM="b32669d53e903b3512065026552f3bff"
|
MD5SUM="25c02c5715f681f10decad0ef07e3afc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue