diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-01-06 07:26:37 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:36 +0700 |
commit | 65fe2d4623c78a5203cf026e2409cf536670c759 (patch) | |
tree | 0d7f4dbb40c3cc5acae711ff181b7a5cf3d6004b | |
parent | 1727d568cd0397b1095fb912c6a6a5a46fb9ea23 (diff) |
libraries/libqtpas: Updated for version 2.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libqtpas/changelog | 5 | ||||
-rw-r--r-- | libraries/libqtpas/libqtpas.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libqtpas/libqtpas.info | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/libraries/libqtpas/changelog b/libraries/libqtpas/changelog index 3695597ae1424..156ad52fa634c 100644 --- a/libraries/libqtpas/changelog +++ b/libraries/libqtpas/changelog @@ -19,3 +19,8 @@ For pointing that out.For the 64-bit systems I have added -march=x86-64 -mtune=native flag so it will be optimized for the host system, also added Hardening Flags. Bumped the build no. + +05/01/2024: + +Upgraded to version 2.9 corresponding to the lazarus +version 2.2.6-0 in SBo. diff --git a/libraries/libqtpas/libqtpas.SlackBuild b/libraries/libqtpas/libqtpas.SlackBuild index 81119fe8f7975..7e1271bb4c324 100644 --- a/libraries/libqtpas/libqtpas.SlackBuild +++ b/libraries/libqtpas/libqtpas.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for libqtpas -# Copyright 2022-2023 Vijay Marcel +# Copyright 2022-2024 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libqtpas -VERSION=${VERSION:-2.6} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM=${SRCNAM:-lazarus} -SRCVER=${SRCVER:-2.0.12} +SRCVER=${SRCVER:-2.2.6-0} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/libraries/libqtpas/libqtpas.info b/libraries/libqtpas/libqtpas.info index 8e371d2971c7b..6f2aa81f53a9f 100644 --- a/libraries/libqtpas/libqtpas.info +++ b/libraries/libqtpas/libqtpas.info @@ -1,8 +1,8 @@ PRGNAM="libqtpas" -VERSION="2.6" +VERSION="2.9" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.0.12.tar.gz" -MD5SUM="208dfeb20c528649d2598cc0eb341309" +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.2.6-0.tar.gz" +MD5SUM="51ca9d8351c368d8c3f7e89734fc17f1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |