diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-01-20 11:24:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:36 +0700 |
commit | 77c1ee8a63bfbfeecba7c379de5dac6132409e82 (patch) | |
tree | 8e36a5cfbc0150f394785f27451bb3b48c45664b /development/SQLAlchemy/SQLAlchemy.SlackBuild | |
parent | 405b679d3bec6f3747875398a7d1ed1339440e80 (diff) |
development/SQLAlchemy: Updated for version 1.2.16.
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 1776b3cca5296..2a4b2f13b2486 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for SQLAlchemy +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) -# Copyright 2014-2018 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.2.11} +VERSION=${VERSION:-1.2.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |