diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-03-03 22:40:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 16:01:48 +0700 |
commit | 367513fb7393f1d70cab4a5e2b6afaedb68c0ff2 (patch) | |
tree | 51cbe52ac962eac0fab04d39ac636ff849604fa0 | |
parent | 77d7e304f7602bbc0ae3845491a410ca41413afe (diff) |
development/lazarus: Updated for version 3.2.
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 97175d1eeb705..49821eec55061 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.0} +VERSION=${VERSION:-3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info index b5a4386006de1..0c54dd2093fcf 100644 --- a/development/lazarus/lazarus.info +++ b/development/lazarus/lazarus.info @@ -1,8 +1,8 @@ PRGNAM="lazarus" -VERSION="3.0" +VERSION="3.2" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-3.0-0.tar.gz" -MD5SUM="d4130b835451e3a61df3a9d9603e8063" +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-3.2-0.tar.gz" +MD5SUM="75b871d4d19d08570d2f282b0d8fed0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fpc" |