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 | |
parent | 2f6af4303b072dee98c3dccea40f4a747f12f80b (diff) |
development/SQLiteStudio: Updated for version 3.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development')
-rw-r--r-- | development/SQLiteStudio/SQLiteStudio.SlackBuild | 4 | ||||
-rw-r--r-- | development/SQLiteStudio/SQLiteStudio.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/SQLiteStudio/SQLiteStudio.SlackBuild b/development/SQLiteStudio/SQLiteStudio.SlackBuild index 9f945fbd5f52..ed3172451d17 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} diff --git a/development/SQLiteStudio/SQLiteStudio.info b/development/SQLiteStudio/SQLiteStudio.info index 74974a529a59..45827052b5ea 100644 --- a/development/SQLiteStudio/SQLiteStudio.info +++ b/development/SQLiteStudio/SQLiteStudio.info @@ -1,8 +1,8 @@ PRGNAM="SQLiteStudio" -VERSION="3.4.3" +VERSION="3.4.4" HOMEPAGE="https://sqlitestudio.pl/" -DOWNLOAD="https://github.com/pawelsalawa/sqlitestudio/archive/3.4.3/sqlitestudio-3.4.3.tar.gz" -MD5SUM="07ca9a8083332c2a5b8f5b9ce4bd9ce3" +DOWNLOAD="https://github.com/pawelsalawa/sqlitestudio/archive/3.4.4/sqlitestudio-3.4.4.tar.gz" +MD5SUM="a8af4e908dc7e6bf9a8578db1d44f2ec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="chrpath" |