diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-02-03 22:53:18 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-02-03 22:53:18 +0000 |
commit | 796ad3a445f9f167f89402bd4fff5ae3d9a34b17 (patch) | |
tree | 2bdd46e445dfea871ff2db0d4607657a8299205d | |
parent | 915e2182f7b011fd41b6d8f7894a372676a64e56 (diff) |
emulators/wine-devel: Update to Wine 9.1
This is the first snapshot of the Wine 9.x branch, and the first after
the Wine 9.0 release.
It includes the following changes:
- A number of Input Method improvements.
- Improved Diffie-Hellman key support.
- Better Dvorak keyboard detection.
- Various bug fixes.
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 725aaa314120..aa055c7aa108 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,8 +1,8 @@ PORTNAME= wine -DISTVERSION= 9.0-rc5 +DISTVERSION= 9.1 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= https://dl.winehq.org/wine/source/9.0/ +MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 49edee1adc07..5a88c4ea822f 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705202693 -SHA256 (wine-9.0-rc5.tar.xz) = bd3d73cf228be136c84efc5b553564224a961292dd8a7ab28d526ac9dd97d01e -SIZE (wine-9.0-rc5.tar.xz) = 30001628 +TIMESTAMP = 1706992025 +SHA256 (wine-9.1.tar.xz) = 01b3b91b6fc35cabe93b28f190a237ba95c8ac70c436d919586deaa3da258fff +SIZE (wine-9.1.tar.xz) = 30028220 |