fpc: update to 3.0.0.
This commit is contained in:
parent
b7d13d031a
commit
919f0e1a00
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fpc'
|
||||
pkgname=fpc
|
||||
version=2.6.4
|
||||
version=3.0.0
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}build-${version}"
|
||||
|
@ -12,15 +12,15 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
|||
license="GPL-2, LGPL-2.1, FPC-FPR"
|
||||
homepage="http://freepascal.org/"
|
||||
distfiles="http://gd.tuwien.ac.at/languages/pascal/${pkgname}/dist/${version}/source/${pkgname}build-${version}.tar.gz"
|
||||
checksum=8d9c3bcfa469d9b37c05663e2775d179809e4b3443604fac7d21aa64c9a56daa
|
||||
checksum=d5913b1d5d3d13190ae7ee72c305d5da49ac2ddc1b375b814751ef09ae5c80ec
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
distfiles+=" http://gd.tuwien.ac.at/languages/pascal/${pkgname}/dist/${version}/x86_64-linux/rpm/${pkgname}-${version}-1.x86_64.rpm"
|
||||
checksum+=" f91541135c46792fe0b66d953c65041d970713700c04a31f445be52b247cc68f"
|
||||
checksum+=" 991495008a73f6ff92502a5172f580e887627626dfe146335eb037638dabdc76"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" http://gd.tuwien.ac.at/languages/pascal/${pkgname}/dist/${version}/i386-linux/rpm/${pkgname}-${version}-1.i686.rpm"
|
||||
checksum+=" 57203a5eb764d238531f7d30504624f4cb856e62ce9f8c4525974f8da49fcac6"
|
||||
checksum+=" 7b4569fb80cd6b7387344023d23c83312e99dc8ff19915e33f87d7cf73c6ff61"
|
||||
;;
|
||||
esac
|
||||
# TODO: figure out cross-build and how to unwrap the ARM .tar.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site='http://freepascal.org/download.var'
|
||||
pattern='release is <b>\K[\d.]+'
|
Loading…
Reference in New Issue