mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/SQLAlchemy: Updated for version 0.9.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
19660f059c
commit
cdc706dc74
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for SQLAlchemy
|
||||
|
||||
# Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com)
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014i-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SQLAlchemy
|
||||
VERSION=${VERSION:-0.9.8}
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="SQLAlchemy"
|
||||
VERSION="0.9.8"
|
||||
VERSION="0.9.9"
|
||||
HOMEPAGE="http://www.sqlalchemy.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.9.8.tar.gz"
|
||||
MD5SUM="470ca4da4a0081efc830f0d90dd91682"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.9.9.tar.gz"
|
||||
MD5SUM="8a10a9bd13ed3336ef7333ac2cc679ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue