mono: update to 5.0.1.1

This commit is contained in:
Helmut Pozimski 2017-05-26 22:30:46 +02:00
parent b045ca2897
commit 03af6b7a97

View file

@ -1,8 +1,8 @@
# Template file for 'mono'
pkgname=mono
version=4.8.1.0
version=5.0.1.1
revision=1
wrksrc="mono-${version%.*}"
wrksrc="mono-${version}"
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-system-aot"
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mono-project.com"
license="MIT, 3-clause-BSD, GPL-2, LGPL-2, MPL-1.1"
distfiles="http://download.mono-project.com/sources/mono/$pkgname-$version.tar.bz2"
checksum="18cb38a670e51609c36c687ed90ad42cfedabeffd0a2dc5f7f0c46249eb8dbef"
checksum="48d6ae71d593cd01bf0f499de569359d45856cda325575e1bacb5fabaa7e9718"
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-boehm --without-sigaltstack" ;;