development/SQLiteStudio: Updated for version 3.4.3.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2023-03-16 19:15:54 +00:00 committed by Willy Sudiarto Raharjo
parent a024c5f014
commit bfc4a35bb2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for the SQLiteStudio
# Copyright 2022 Antonio Leal, Porto Salvo, Oeiras, Portugal
# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SQLiteStudio
VERSION=${VERSION:-3.4.1}
VERSION=${VERSION:-3.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="SQLiteStudio"
VERSION="3.4.1"
VERSION="3.4.3"
HOMEPAGE="https://sqlitestudio.pl/"
DOWNLOAD="https://github.com/pawelsalawa/sqlitestudio/archive/3.4.1/sqlitestudio-3.4.1.tar.gz"
MD5SUM="b2b7b5783604bc8e20f18608df89923a"
DOWNLOAD="https://github.com/pawelsalawa/sqlitestudio/archive/3.4.3/sqlitestudio-3.4.3.tar.gz"
MD5SUM="07ca9a8083332c2a5b8f5b9ce4bd9ce3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chrpath"