Update to Wine 3.17. This includes the following changes:
- Improved Shell Autocomplete support. - More implementation of OPC Services. - Improvements to the Pager common control. - Various bug fixes.
This commit is contained in:
parent
245fe5063f
commit
33f56ba067
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480884
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 3.16
|
||||
DISTVERSION= 3.17
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1537566755
|
||||
SHA256 (wine-3.16.tar.xz) = ad43bcf8f790c70a4d72e93c5bb818ed0d004c6a1fc6341d5d8fc7ab02a1a53c
|
||||
SIZE (wine-3.16.tar.xz) = 21432308
|
||||
SHA256 (v3.16.tar.gz) = b7955b90e4cb415179a5a44f0511455ab4c0adc273753167a92f5d6a49a684aa
|
||||
SIZE (v3.16.tar.gz) = 9928264
|
||||
TIMESTAMP = 1538170108
|
||||
SHA256 (wine-3.17.tar.xz) = 4cede2e1de426af2430abee84afd77379a1f4f05c3ec9cd4280110de54fccc21
|
||||
SIZE (wine-3.17.tar.xz) = 21457736
|
||||
|
|
|
@ -206,6 +206,8 @@ include/wine/windows/d3d11_3.h
|
|||
include/wine/windows/d3d11_3.idl
|
||||
include/wine/windows/d3d11_4.h
|
||||
include/wine/windows/d3d11_4.idl
|
||||
include/wine/windows/d3d11on12.h
|
||||
include/wine/windows/d3d11on12.idl
|
||||
include/wine/windows/d3d11sdklayers.h
|
||||
include/wine/windows/d3d11sdklayers.idl
|
||||
include/wine/windows/d3d11shader.h
|
||||
|
|
Loading…
Reference in a new issue