diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-21 16:25:34 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-25 11:22:13 +0700 |
commit | 43f28fd38ab37a4e6a100e2a785804258b554842 (patch) | |
tree | 6278ff3e27b048fe1c7081972e3f2ea967462b64 /development/SQLAlchemy/SQLAlchemy.SlackBuild | |
parent | 03e47dc6af7b9bfcbeb1dbe4941f9b0b039ec43c (diff) | |
download | slackbuilds-43f28fd38ab37a4e6a100e2a785804258b554842.tar.gz |
development/SQLAlchemy: Updated for version 1.0.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development/SQLAlchemy/SQLAlchemy.SlackBuild')
-rw-r--r-- | development/SQLAlchemy/SQLAlchemy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/SQLAlchemy/SQLAlchemy.SlackBuild b/development/SQLAlchemy/SQLAlchemy.SlackBuild index f8573e303e..d88e38809e 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for SQLAlchemy # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-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:-1.0.6} +VERSION=${VERSION:-1.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |