wine: update to 6.22.
This commit is contained in:
parent
484aed81d5
commit
b7886eb204
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- a/wine-6.21/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
--- a/wine-6.22/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||||
+++ b/wine-6.21/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
+++ b/wine-6.22/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||||
@@ -29,7 +29,8 @@
|
@@ -29,7 +29,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- a/wine-6.21/server/security.h 2021-10-12 19:52:55.876645306 +0200
|
--- a/wine-6.22/server/security.h 2021-10-12 19:52:55.876645306 +0200
|
||||||
+++ b/wine-6.21/server/security.h 2021-10-12 19:53:08.605490926 +0200
|
+++ b/wine-6.22/server/security.h 2021-10-12 19:53:08.605490926 +0200
|
||||||
@@ -21,6 +21,8 @@
|
@@ -21,6 +21,8 @@
|
||||||
#ifndef __WINE_SERVER_SECURITY_H
|
#ifndef __WINE_SERVER_SECURITY_H
|
||||||
#define __WINE_SERVER_SECURITY_H
|
#define __WINE_SERVER_SECURITY_H
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=6.21
|
version=6.22
|
||||||
revision=1
|
revision=1
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
||||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||||
checksum="f7b67572b52a7150f3dcc43318b40cf10425171319edf6368a60274642e079ce
|
checksum="826042a181a9879732a3dacbbf8167605f305291bfcfaaf5eaa0ec9525d764ef
|
||||||
df986de7d6ce6536c18bba4dbeab05e2bd199cfa73e3194fd6c805cdc6d51dfd"
|
a74fd4343dca709918830b7393cb1f4e0ae29fce731c55f702905f126a9dced7"
|
||||||
|
|
||||||
build_options="mingw staging"
|
build_options="mingw staging"
|
||||||
build_options_default="mingw"
|
build_options_default="mingw"
|
||||||
|
|
Loading…
Reference in a new issue