diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-04 00:03:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:45 +0700 |
commit | 502f4f4e5924714c19ecfedde9758488f318d6e6 (patch) | |
tree | 712979bd866c667268c034879e1c0c106c2d5213 /development/SQLAlchemy/SQLAlchemy.SlackBuild | |
parent | e7be7267b67698eb7214a7da6a135e02968159a6 (diff) |
development/SQLAlchemy: Updated for version 1.4.51.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 496873c5f6..3af5fca53d 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SQLAlchemy -# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) # All rights reserved. @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=SQLAlchemy -VERSION=${VERSION:-1.4.50} +VERSION=${VERSION:-1.4.51} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |