wine: 5.9 -> 5.10

This commit is contained in:
Danny Rawlins 2020-06-06 15:14:42 +10:00
parent 11e7232c69
commit 7341d00b92
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TdjkCwmSsFUIgT0xc8gHo7kPkNuQLb7BMkk4Bj7Wl46RncLIx7IxTgDDHnYrb+cGVWJKP+jAwzmJI8uKlu1wAg=
SHA256 (Pkgfile) = 37e69f8ad32a751ec03cb70a4a7956369da71c006511762c9b7778a512b2bf32
RWSE3ohX2g5d/TC0DBZ8M2tZT8eycm1pmUAyjP3a2o3rRBpfxz4ZgDl4bHTbmo9MpmHPwZ2Ksip4ySgnFlcCmCEsx1MXfiExeAw=
SHA256 (Pkgfile) = 2a770003009c1a8314ff733e93787ea106d55c5b696e0ac00d03fdd021b530ca
SHA256 (.footprint) = 410adb5aaa3d50c66a2fe786d858af97958f0ae99de8f48afdcdb2718fd0eca8
SHA256 (wine-5.9.tar.xz) = 843e34b7c9bf413fd443fceba5946ef0f44a4c597b434d43927719f482b89583
SHA256 (wine-5.10.tar.xz) = 9baaa09216c817f61bce39626b869d1e387d436eccda3d9e054cfab84802333d
SHA256 (wine-gecko-2.47.1-x86.msi) = f00b0e2892404827e8ce6811dedfc25ae699a09955bb3df1bbb31753e51da051
SHA256 (wine-gecko-2.47.1-x86_64.msi) = 69312e79a988da3e7d292382005e92bc4d4b2a52a23c34440ae3007feb57474a
SHA256 (wine-mono-5.0.0-x86.msi) = 17da208645a82a5e45e84fc75c73a8440acda484411cb8fae8e9b72db9886cd5
SHA256 (wine-mono-5.1.0-x86.msi) = ae55439c7cd61d1a17f0c687967fad8ad12d9e2263972ffd5e9dde2685fd8ddd

View File

@ -4,12 +4,12 @@
# Depends on: fontconfig-32 freeglut-32 gnutls-32 lcms2-32 mpg123-32 openal-32 prelink vkd3d-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxxf86dga-32
name=wine
version=5.9
version=5.10
release=1
source=(https://dl.winehq.org/wine/source/5.x/$name-$version.tar.xz
https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86.msi
https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86_64.msi
https://dl.winehq.org/wine/wine-mono/5.0.0/wine-mono-5.0.0-x86.msi)
https://dl.winehq.org/wine/wine-mono/5.1.0/wine-mono-5.1.0-x86.msi)
build() {
# Allow ccache to work
@ -59,7 +59,7 @@ build() {
$SRC/wine-gecko-2.47.1-x86.msi \
$SRC/wine-gecko-2.47.1-x86_64.msi
install $SRC/wine-mono-5.0.0-x86.msi $PKG/usr/share/wine/mono/
install $SRC/wine-mono-5.1.0-x86.msi $PKG/usr/share/wine/mono/
rm -r $PKG/usr/share/man/??.UTF-8
}