diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2025-05-12 21:17:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-14 11:19:15 +0700 |
commit | 8f873f762827d2582e44ca5adfa9e2e5655937c7 (patch) | |
tree | 6c946ae7c8d21db75ef78a840d7d75ffbcf1154d | |
parent | dc87497459ab21770ac21c2dd98d749cd481851f (diff) |
development/lazarus: Updated for version 4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/lazarus/lazarus.SlackBuild | 2 | ||||
-rw-r--r-- | development/lazarus/lazarus.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild index b364bb5c0f..b266911682 100644 --- a/development/lazarus/lazarus.SlackBuild +++ b/development/lazarus/lazarus.SlackBuild @@ -42,7 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lazarus -VERSION=${VERSION:-3.8} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info index 40b6d78a58..a18eb44e92 100644 --- a/development/lazarus/lazarus.info +++ b/development/lazarus/lazarus.info @@ -1,8 +1,8 @@ PRGNAM="lazarus" -VERSION="3.8" +VERSION="4.0" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-3.8-0.tar.gz" -MD5SUM="29d9bcc58c73b4a22bc7a09a22093ca0" +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-4.0-0.tar.gz" +MD5SUM="9a22e5ae97c97a82c90cf1816f6565e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fpc" |