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