fsharp: update to 10.0.1.

This commit is contained in:
Helmut Pozimski 2018-08-31 19:48:25 +02:00
parent c0774e02af
commit 1d0a325f9a

View File

@ -1,24 +1,20 @@
# Template file for 'fsharp' # Template file for 'fsharp'
pkgname=fsharp pkgname=fsharp
version=4.1.23 version=10.0.1
revision=1 revision=1
noarch=yes
lib32disabled=yes lib32disabled=yes
build_style=gnu-configure build_style=gnu-makefile
configure_args="--with-gacdir=/usr/lib/mono/gac" hostmakedepends="msbuild-bin"
hostmakedepends="automake pkg-config mono-devel"
makedepends="mono-devel" makedepends="mono-devel"
depends="mono" depends="mono"
short_desc="F# compiler, core library and tools" short_desc="F# compiler, core library and tools"
maintainer="Wojciech Nawrocki <wjnawrocki@protonmail.com>" maintainer="Wojciech Nawrocki <wjnawrocki@protonmail.com>"
license="Apache-2.0" license="Apache-2.0"
homepage="http://fsharp.org" homepage="http://fsharp.org"
distfiles="https://github.com/fsharp/fsharp/archive/$version.tar.gz" distfiles="https://github.com/fsharp/fsharp/archive/${version}.tar.gz"
checksum=7878a95f012805c44ecedbd556f227dba5092e7a254ac602d026857e4b823152 checksum=6d2b71987c0e7814e5cb072f43457bb493913925ae66da83fd16f9edf0d2ae22
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/211856891/log.txt" *-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/211856891/log.txt"
esac esac
pre_configure() {
autoreconf -fi
}