diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-08-06 16:20:12 +0900 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2023-08-06 16:20:12 +0900 |
commit | 579b70e79db5a2fc00e32f1ee169b9ae7f003949 (patch) | |
tree | 1c14605ee5ff9da2de548248a85a17df5ca762c5 /development/SQLiteStudio/SQLiteStudio.SlackBuild | |
parent | 2f6af4303b072dee98c3dccea40f4a747f12f80b (diff) |
development/SQLiteStudio: Updated for version 3.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 9f945fbd5f..ed3172451d 100644 --- a/development/SQLiteStudio/SQLiteStudio.SlackBuild +++ b/development/SQLiteStudio/SQLiteStudio.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=SQLiteStudio -VERSION=${VERSION:-3.4.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.4.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} BASENAME=${BASENAME:-sqlitestudio} |