diff options
author | SmurfDaddy <antonioleal@yahoo.com> | 2024-05-30 19:13:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 00:20:55 +0700 |
commit | 1b10173f7924baf806c021c35eae6fd8f7d86d9f (patch) | |
tree | b240e00852f3ca1999c47edc1f3419a56e66747a /development/lazarus | |
parent | 84fb4bb342ffa845848d857fc94631d7b2ffc6d2 (diff) |
development/lazarus: Updated for version 3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/lazarus')
-rw-r--r-- | development/lazarus/lazarus.SlackBuild | 6 | ||||
-rw-r--r-- | development/lazarus/lazarus.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild index 49821eec55061..22643a3ef9f4f 100644 --- a/development/lazarus/lazarus.SlackBuild +++ b/development/lazarus/lazarus.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for Lazarus IDE -# Maintained by Antonio Leal <antonioleal@yahoo.com> -# Previously maintained by B. Watson <urchlay@slackware.uk> +# 2023-2024 Maintained by Antonio Leal <antonioleal@yahoo.com> +# 2021-2022 Maintained by B. Watson <urchlay@slackware.uk> # Originally written by Andre Barboza <email removed> # Redistribution and use of this script, with or without modification, is @@ -42,7 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lazarus -VERSION=${VERSION:-3.2} +VERSION=${VERSION:-3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info index 0c54dd2093fcf..f761c90647282 100644 --- a/development/lazarus/lazarus.info +++ b/development/lazarus/lazarus.info @@ -1,8 +1,8 @@ PRGNAM="lazarus" -VERSION="3.2" +VERSION="3.4" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-3.2-0.tar.gz" -MD5SUM="75b871d4d19d08570d2f282b0d8fed0e" +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-3.4-0.tar.gz" +MD5SUM="05abcb08be9c7ea19c8a4d12d954f406" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fpc" |