diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-11-23 15:54:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-24 17:17:17 +0700 |
commit | 17f339d9810a1450a58a78cb80e11fde291325aa (patch) | |
tree | 044bc68273e9e4a6b24a770a8b2ee2c30813cdb9 /development/SQLiteStudio/SQLiteStudio.SlackBuild | |
parent | e3ab9de4364077e328c5b2900bfcafc74c7aa1e2 (diff) |
development/SQLiteStudio: Updated for version 3.4.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/SQLiteStudio/SQLiteStudio.SlackBuild')
-rw-r--r-- | development/SQLiteStudio/SQLiteStudio.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/SQLiteStudio/SQLiteStudio.SlackBuild b/development/SQLiteStudio/SQLiteStudio.SlackBuild index ed3172451d..8edbe6174b 100644 --- a/development/SQLiteStudio/SQLiteStudio.SlackBuild +++ b/development/SQLiteStudio/SQLiteStudio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for the SQLiteStudio -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2024 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=SQLiteStudio -VERSION=${VERSION:-3.4.4} +VERSION=${VERSION:-3.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |