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 }