From 02a511db8e755b8eceea93ba15e160b415826946 Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Fri, 30 Dec 2022 09:43:35 +0000 Subject: [PATCH 1/3] Add TKG and Staging 8.0-rc2 --- wine/wine-staging-tkg.json | 13 +++++++++++++ wine/wine-staging.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/wine/wine-staging-tkg.json b/wine/wine-staging-tkg.json index 6cfe015..5bf4d96 100644 --- a/wine/wine-staging-tkg.json +++ b/wine/wine-staging-tkg.json @@ -1,4 +1,17 @@ [ + { + "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", + "files": { + "wine": "bin/wine", + "wine64": "bin/wine64", + "wineserver": "bin/wineserver", + "wineboot": "bin/wineboot", + "winecfg": "lib/wine/x86_64-windows/winecfg.exe" + }, + "recommended": true + }, { "name": "wine-7.22-staging-tkg-amd64", "title": "Wine-Staging-TkG 7.22", diff --git a/wine/wine-staging.json b/wine/wine-staging.json index cce62aa..5e3d9ac 100644 --- a/wine/wine-staging.json +++ b/wine/wine-staging.json @@ -1,4 +1,17 @@ [ + { + "name": "wine-8.0-rc2-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", + "files": { + "wine": "bin/wine", + "wine64": "bin/wine64", + "wineserver": "bin/wineserver", + "wineboot": "bin/wineboot", + "winecfg": "lib/wine/x86_64-windows/winecfg.exe" + }, + "recommended": true + }, { "name": "wine-7.22-staging-amd64", "title": "Wine-Staging 7.22", From 51c65f8488f54c09c7c7eec86347335ad483f449 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 30 Dec 2022 10:49:40 +0100 Subject: [PATCH 2/3] Fix Wine 8.0-rc2 name --- wine/wine-staging.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine/wine-staging.json b/wine/wine-staging.json index 5e3d9ac..335f1b7 100644 --- a/wine/wine-staging.json +++ b/wine/wine-staging.json @@ -1,6 +1,6 @@ [ { - "name": "wine-8.0-rc2-amd64", + "name": "wine-8.0-rc2-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", "files": { @@ -220,4 +220,4 @@ }, "recommended": false } -] \ No newline at end of file +] From b819776e2c493009f07897eeac219c38c8e23a66 Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Fri, 30 Dec 2022 09:52:48 +0000 Subject: [PATCH 3/3] Remove newline --- wine/wine-staging.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine/wine-staging.json b/wine/wine-staging.json index 335f1b7..5a86243 100644 --- a/wine/wine-staging.json +++ b/wine/wine-staging.json @@ -220,4 +220,4 @@ }, "recommended": false } -] +] \ No newline at end of file