mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/fpc-source: Updated for version 2.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6543d3e979
commit
9020088824
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for the Free Pascal source code package
|
||||
|
||||
# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# Copyright 2011-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fpc-source
|
||||
VERSION=${VERSION:-2.6.2}
|
||||
VERSION=${VERSION:-2.6.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fpc-source"
|
||||
VERSION="2.6.2"
|
||||
VERSION="2.6.4"
|
||||
HOMEPAGE="http://www.freepascal.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/freepascal/Source/2.6.2/fpc-2.6.2.source.tar.gz"
|
||||
MD5SUM="d501bb766b728a50d3a38adbe195528e"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/freepascal/Source/2.6.4/fpc-2.6.4.source.tar.gz"
|
||||
MD5SUM="f56541d4711a2a7f5f1582890981cbb0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue