From 98d49ea875813f2f6d9d0ddcdd5d7ee3f0f3b025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Sat, 11 May 2024 08:32:17 +0200 Subject: [PATCH] bump wine to 9 fixes missing bcryptprimitives dep --- .changes/{1374.json => 1374-1490.json} | 2 +- docker/wine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .changes/{1374.json => 1374-1490.json} (51%) diff --git a/.changes/1374.json b/.changes/1374-1490.json similarity index 51% rename from .changes/1374.json rename to .changes/1374-1490.json index ca1d87964..bfab11033 100644 --- a/.changes/1374.json +++ b/.changes/1374-1490.json @@ -1,5 +1,5 @@ { "type": "changed", - "description": "update wine to 8.0.2", + "description": "update wine to 9.0.0.0", "issues": [1372] } diff --git a/docker/wine.sh b/docker/wine.sh index 28b8183b0..b449e82ea 100755 --- a/docker/wine.sh +++ b/docker/wine.sh @@ -7,7 +7,7 @@ set -euo pipefail . lib.sh main() { - local version="8.0.2~focal-1" + local version="9.0.0.0~focal-1" install_packages wget dpkg --add-architecture i386