feat: Update wine-staging

This commit is contained in:
Marie 2023-03-07 22:59:53 +01:00 committed by GitHub
parent 39bf5c52f3
commit e64f4d59da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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", "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": { "files": {
"wine": "bin/wine", "wine": "bin/wine",
"wine64": "bin/wine64", "wine64": "bin/wine64",
@ -203,4 +239,4 @@
"winecfg": "lib/wine/x86_64-windows/winecfg.exe" "winecfg": "lib/wine/x86_64-windows/winecfg.exe"
} }
} }
] ]