wine-mono: update to 5.0.0.
This commit is contained in:
parent
0ead4c0ada
commit
62d947fe23
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine-mono'
|
# Template file for 'wine-mono'
|
||||||
pkgname=wine-mono
|
pkgname=wine-mono
|
||||||
version=4.9.4
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
|
@ -8,12 +8,12 @@ short_desc="Mono built for running .NET applications with WINE"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT, GPL-3.0-or-later, LGPL-2.0-or-later"
|
license="MIT, GPL-3.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://wiki.winehq.org/Mono"
|
homepage="https://wiki.winehq.org/Mono"
|
||||||
distfiles="http://dl.winehq.org/wine/wine-mono/${version}/${pkgname}-${version}.msi"
|
distfiles="http://dl.winehq.org/wine/wine-mono/${version}/${pkgname}-${version}-x86.msi"
|
||||||
checksum=51a6ff38323fcda71d70ead90c252b5eaeacec542ba737dbd1d676787b210fdd
|
checksum=17da208645a82a5e45e84fc75c73a8440acda484411cb8fae8e9b72db9886cd5
|
||||||
|
|
||||||
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 644 usr/share/wine/mono
|
vinstall ${pkgname}-${version}-x86.msi 644 usr/share/wine/mono
|
||||||
vlicense ${FILESDIR}/COPYING
|
vlicense ${FILESDIR}/COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue