From 4494abf9cda9bc4fb771797f28bbfbb5568740c1 Mon Sep 17 00:00:00 2001 From: Maroxy Date: Tue, 7 Mar 2023 22:02:20 +0000 Subject: [PATCH] feat: update wine-staging and wine-staging-tkg --- wine/wine-staging-tkg.json | 42 +++++++++++++++++++++++++++++++++++--- wine/wine-staging.json | 2 +- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/wine/wine-staging-tkg.json b/wine/wine-staging-tkg.json index ac19534..b7e0ec5 100644 --- a/wine/wine-staging-tkg.json +++ b/wine/wine-staging-tkg.json @@ -1,8 +1,44 @@ [ { - "name": "wine-8.0-rc2-staging-tkg-amd64", - "title": "Wine-Staging-TkG 8.0-rc2", - "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.0-rc2/wine-8.0-rc2-staging-tkg-amd64.tar.xz", + "name": "wine-8.3-staging-tkg-amd64", + "title": "Wine-Staging-TkG 8.3", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.3/wine-8.3-staging-tkg-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-tkg-amd64", + "title": "Wine-Staging-TkG 8.2", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.2/wine-8.2-staging-tkg-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-tkg-amd64", + "title": "Wine-Staging-TkG 8.1", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.1/wine-8.1-staging-tkg-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-tkg-amd64", + "title": "Wine-Staging-TkG 8.0", + "uri": "https://github.com/Kron4ek/Wine-Builds/releases/download/8.0/wine-8.0-staging-tkg-amd64.tar.xz", "files": { "wine": "bin/wine", "wine64": "bin/wine64", diff --git a/wine/wine-staging.json b/wine/wine-staging.json index 7151e3c..d0f18a3 100644 --- a/wine/wine-staging.json +++ b/wine/wine-staging.json @@ -239,4 +239,4 @@ "winecfg": "lib/wine/x86_64-windows/winecfg.exe" } } -] +] \ No newline at end of file