From 6a11b55f308229ba8028cdac12e77aef8abd4c10 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 19 Jun 2022 10:00:23 +0200 Subject: [PATCH] mono: update to 6.12.0.182. --- srcpkgs/mono/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index af2aa4297db..21cee263da2 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -1,6 +1,6 @@ # Template file for 'mono' pkgname=mono -version=6.12.0.179 +version=6.12.0.182 revision=1 build_style=gnu-configure configure_args="--disable-system-aot" @@ -11,8 +11,8 @@ short_desc="Free implementation of the .NET platform including runtime and compi maintainer="Helmut Pozimski " license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1" homepage="https://www.mono-project.com" -distfiles="https://download.mono-project.com/sources/mono/preview/${pkgname}-${version}.tar.xz" -checksum=cbf700a76d96a4980386f39c77ab720bf2fc4331228a23ec842f383b49ed3923 +distfiles="https://download.mono-project.com/sources/mono/${pkgname}-${version}.tar.xz" +checksum=57366a6ab4f3b5ecf111d48548031615b3a100db87c679fc006e8c8a4efd9424 lib32disabled=yes python_version="3"