diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index 9debb5ffaf..5c85772b9e 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -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 " 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" ;;