From 558ac74918c7ef14c9fcfefccbf497dcce804962 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 14 Apr 2017 08:17:44 +0200 Subject: [PATCH] mono: update to 4.8.1.0 --- srcpkgs/mono/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index 9f7a0ee165e..9debb5ffafb 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -1,6 +1,6 @@ # Template file for 'mono' pkgname=mono -version=4.8.0.524 +version=4.8.1.0 revision=1 wrksrc="mono-${version%.*}" lib32disabled=yes @@ -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="ca02614cfc9fe65e310631cd611d7b07d1ff205ce193006d4be0f9919c26bdcf" +checksum="18cb38a670e51609c36c687ed90ad42cfedabeffd0a2dc5f7f0c46249eb8dbef" case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" --disable-boehm --without-sigaltstack" ;;