From e64f4d59dae3d306f42ccc98fbfcff4389d1d7bb Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 7 Mar 2023 22:59:53 +0100 Subject: [PATCH] feat: Update wine-staging --- wine/wine-staging.json | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/wine/wine-staging.json b/wine/wine-staging.json index 2cbc3b8..7151e3c 100644 --- a/wine/wine-staging.json +++ b/wine/wine-staging.json @@ -1,8 +1,44 @@ [ { - "name": "wine-8.0-rc2-staging-amd64", + "name": "wine-8.3-staging-amd64", + "title": "Wine-Staging 8.3", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.3/wine-8.3-staging-amd64.tar.xz", + "files": { + "wine": "bin/wine", + "wine64": "bin/wine64", + "wineserver": "bin/wineserver", + "wineboot": "bin/wineboot", + "winecfg": "lib/wine/x86_64-windows/winecfg.exe" + } + }, + { + "name": "wine-8.2-staging-amd64", + "title": "Wine-Staging 8.2", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.2/wine-8.2-staging-amd64.tar.xz", + "files": { + "wine": "bin/wine", + "wine64": "bin/wine64", + "wineserver": "bin/wineserver", + "wineboot": "bin/wineboot", + "winecfg": "lib/wine/x86_64-windows/winecfg.exe" + } + }, + { + "name": "wine-8.1-staging-amd64", + "title": "Wine-Staging 8.1", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.1/wine-8.1-staging-amd64.tar.xz", + "files": { + "wine": "bin/wine", + "wine64": "bin/wine64", + "wineserver": "bin/wineserver", + "wineboot": "bin/wineboot", + "winecfg": "lib/wine/x86_64-windows/winecfg.exe" + } + }, + { + "name": "wine-8.0-staging-amd64", "title": "Wine-Staging 8.0", - "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.0-rc2/wine-8.0-rc2-staging-amd64.tar.xz", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.0/wine-8.0-staging-amd64.tar.xz", "files": { "wine": "bin/wine", "wine64": "bin/wine64", @@ -203,4 +239,4 @@ "winecfg": "lib/wine/x86_64-windows/winecfg.exe" } } -] \ No newline at end of file +]