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>
This commit is contained in:
parent
1727d568cd
commit
65fe2d4623
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue