mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
wine-mono: update to 4.5.6.
This commit is contained in:
parent
8750aad6fa
commit
9f4870d1ba
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine-mono'
|
# Template file for 'wine-mono'
|
||||||
pkgname=wine-mono
|
pkgname=wine-mono
|
||||||
version=4.5.4
|
version=4.5.6
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
homepage="http://wiki.winehq.org/Mono"
|
homepage="http://wiki.winehq.org/Mono"
|
||||||
|
@ -9,10 +9,10 @@ license="MIT,GPL-3,LGPL-2"
|
||||||
short_desc="Mono built for running .NET applications with WINE"
|
short_desc="Mono built for running .NET applications with WINE"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
||||||
checksum=20bced7fee01f25279edf07670c5033d25c2c9834a839e7a20410ce1c611d6f2
|
checksum=ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# The actual installation within WINE occurs at runtime in whatever
|
# The actual installation within WINE occurs at runtime in whatever
|
||||||
# WINEPREFIX is being used.
|
# WINEPREFIX is being used.
|
||||||
vinstall ${pkgname}-${version}.msi 755 usr/share/wine/mono
|
vinstall ${pkgname}-${version}.msi 644 usr/share/wine/mono
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue