From 832d981e6338cded15fc5b2e665b8bdfaf7c5044 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 16 Apr 2020 11:30:51 +0300 Subject: [PATCH] wine-mono: update to 5.0.0. --- srcpkgs/wine-mono/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wine-mono/template b/srcpkgs/wine-mono/template index 643911ac1d2..4978150879a 100644 --- a/srcpkgs/wine-mono/template +++ b/srcpkgs/wine-mono/template @@ -1,6 +1,6 @@ # Template file for 'wine-mono' pkgname=wine-mono -version=4.9.4 +version=5.0.0 revision=1 archs=noarch build_style=fetch @@ -8,12 +8,12 @@ short_desc="Mono built for running .NET applications with WINE" maintainer="Orphaned " license="MIT, GPL-3.0-or-later, LGPL-2.0-or-later" homepage="https://wiki.winehq.org/Mono" -distfiles="http://dl.winehq.org/wine/wine-mono/${version}/${pkgname}-${version}.msi" -checksum=51a6ff38323fcda71d70ead90c252b5eaeacec542ba737dbd1d676787b210fdd +distfiles="http://dl.winehq.org/wine/wine-mono/${version}/${pkgname}-${version}-x86.msi" +checksum=17da208645a82a5e45e84fc75c73a8440acda484411cb8fae8e9b72db9886cd5 do_install() { # The actual installation within WINE occurs at runtime in whatever # WINEPREFIX is being used. - vinstall ${pkgname}-${version}.msi 644 usr/share/wine/mono + vinstall ${pkgname}-${version}-x86.msi 644 usr/share/wine/mono vlicense ${FILESDIR}/COPYING }