wine: update mono version to 4.7.1

This commit is contained in:
Danny Rawlins 2017-08-11 09:31:40 +10:00
parent 14d8f45a91
commit d0ab6670a3
4 changed files with 8 additions and 8 deletions

View File

@ -4561,5 +4561,5 @@ drwxr-xr-x root/root usr/share/wine/gecko/
-rwxr-xr-x root/root usr/share/wine/gecko/wine_gecko-2.47-x86_64.msi
-rw-r--r-- root/root usr/share/wine/l_intl.nls
drwxr-xr-x root/root usr/share/wine/mono/
-rwxr-xr-x root/root usr/share/wine/mono/wine-mono-4.7.0.msi
-rwxr-xr-x root/root usr/share/wine/mono/wine-mono-4.7.1.msi
-rw-r--r-- root/root usr/share/wine/wine.inf

View File

@ -1,4 +1,4 @@
2a97b8333542a85630d0c0cbcbd5f47e wine-2.14.tar.xz
9cc6ee353d912967f5d6a100b0104909 wine-mono-4.7.0.msi
844ae4134e6df71f23dbb222076c37a6 wine-mono-4.7.1.msi
5ebc4ec71c92b3db3d84b334a1db385d wine_gecko-2.47-x86.msi
d93ac0d2e6aceafe9113a9918916df45 wine_gecko-2.47-x86_64.msi

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SSjVIzYRfjwuPmCpjQ7AG6zkkjsuKbwDxPxo/0Zp7tyqgG2J9uq6L5da7fIOszj/NdbYFlZ9W+SqiM/GGtxPQ0=
SHA256 (Pkgfile) = fbb46084ef2160b202ecdf83136046591194835929176d6e609f96be6f41f71f
SHA256 (.footprint) = 10496ec51962ed22aea2d46733ef9d2ef841b6eef5df38b000f48d4e0c50659a
RWSE3ohX2g5d/ZDwA/P5tICo6aaAUaXmhoW+Juy84Yv6UvLtqPaCIwNy/0kEDpIFh/Z8dHUmc6mL/xxwTn6gQ6x2QmlNtsSK9wQ=
SHA256 (Pkgfile) = a284e66f0576388a71e75c14da2141c487d8f43b63ae610c563ab5218afe8a13
SHA256 (.footprint) = 0bf01341d63a41184e04744d3272cebe55aa74bd731ccb844db724af9f23a3b2
SHA256 (wine-2.14.tar.xz) = 03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6
SHA256 (wine_gecko-2.47-x86.msi) = 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
SHA256 (wine_gecko-2.47-x86_64.msi) = c565ea25e50ea953937d4ab01299e4306da4a556946327d253ea9b28357e4a7d
SHA256 (wine-mono-4.7.0.msi) = 7698474dd9cb9eb80796b5812dff37386ba97b78b21ca23b20079ca5ad6ca5a1
SHA256 (wine-mono-4.7.1.msi) = 2c8d5db7f833c3413b2519991f5af1f433d59a927564ec6f38a3f1f8b2c629aa

View File

@ -10,7 +10,7 @@ release=1
source=(https://dl.winehq.org/wine/source/2.x/$name-$version.tar.xz
https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86.msi
https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86_64.msi
https://dl.winehq.org/wine/wine-mono/4.7.0/wine-mono-4.7.0.msi)
https://dl.winehq.org/wine/wine-mono/4.7.1/wine-mono-4.7.1.msi)
build() {
install -d wine32 wine64
@ -53,7 +53,7 @@ build() {
$SRC/wine_gecko-2.47-x86.msi \
$SRC/wine_gecko-2.47-x86_64.msi
install $SRC/wine-mono-4.7.0.msi $PKG/usr/share/wine/mono/
install $SRC/wine-mono-4.7.1.msi $PKG/usr/share/wine/mono/
rm -r $PKG/usr/share/man/??.UTF-8
}