diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-01-14 03:31:02 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-18 08:13:31 +0700 |
commit | 2edc1d8e66d32138788206b0a919b6dda6a942d6 (patch) | |
tree | 6697fa65ed77b991811b22424392b4d8afc4cdb8 /development/SQLAlchemy/SQLAlchemy.SlackBuild | |
parent | 6b24bf54a33fdbc5ecca304a0de2e22109215ae2 (diff) |
development/SQLAlchemy: Updated for version 2.0.37.
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 8b6dfabd37..676797932c 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SQLAlchemy -# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) # All rights reserved. @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=SQLAlchemy SRCNAM=sqlalchemy -VERSION=${VERSION:-2.0.36} +VERSION=${VERSION:-2.0.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |