development/lazarus: Updated for version 1.4.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2015-11-07 10:07:20 +07:00 committed by Willy Sudiarto Raharjo
parent bf0ff126c4
commit 4cd9de2c15
2 changed files with 4 additions and 8 deletions

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lazarus
VERSION=${VERSION:-1.4.2}
VERSION=${VERSION:-1.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,10 +59,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
if [ "$LCL" = "qt" ]; then
OPT="-dUSE_QT_45"
fi
# Compilation doesn't need ./configure
make clean
make -j1 all \

View file

@ -1,8 +1,8 @@
PRGNAM="lazarus"
VERSION="1.4.2"
VERSION="1.4.4"
HOMEPAGE="http://www.lazarus.freepascal.org/"
DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.4.2-0.tar.gz"
MD5SUM="f9f56d5d9eb6de5c6b939f033fbbefb7"
DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.4.4-0.tar.gz"
MD5SUM="fdc2ec9dd4438f5e188227ec542bb86c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fpc fpc-source"