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:
parent
a024c5f014
commit
bfc4a35bb2
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue