Update to 1.1.1172
This commit is contained in:
parent
503c134687
commit
edb0fe72a2
3 changed files with 3 additions and 16 deletions
|
@ -699,13 +699,6 @@
|
||||||
"dest": "nuget-sources",
|
"dest": "nuget-sources",
|
||||||
"dest-filename": "runtime.any.system.io.4.3.0.nupkg"
|
"dest-filename": "runtime.any.system.io.4.3.0.nupkg"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"url": "https://api.nuget.org/v3-flatcontainer/system.drawing.common/8.0.1/system.drawing.common.8.0.1.nupkg",
|
|
||||||
"sha512": "aca1d17f02e99f7a8dbaffb8ec5d761ef9e69a70470467e9636b4f1f1a249a03346045947926ba3b7c71e21200f491023f6295f3ab3a4d75b9334cd239aa589d",
|
|
||||||
"dest": "nuget-sources",
|
|
||||||
"dest-filename": "system.drawing.common.8.0.1.nupkg"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg",
|
"url": "https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg",
|
||||||
|
@ -1301,13 +1294,6 @@
|
||||||
"dest": "nuget-sources",
|
"dest": "nuget-sources",
|
||||||
"dest-filename": "microsoft.net.illink.tasks.8.0.1.nupkg"
|
"dest-filename": "microsoft.net.illink.tasks.8.0.1.nupkg"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/8.0.0/microsoft.win32.systemevents.8.0.0.nupkg",
|
|
||||||
"sha512": "25016c508653fbf463c52d8fc3d2773b7c211c2402c4ea7b4aa987fb29c851d3f80c5e7abbcace2d4d5e061ae290524e8029afbc49a37d7e5186fe06aa4609b2",
|
|
||||||
"dest": "nuget-sources",
|
|
||||||
"dest-filename": "microsoft.win32.systemevents.8.0.0.nupkg"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://api.nuget.org/v3-flatcontainer/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg",
|
"url": "https://api.nuget.org/v3-flatcontainer/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg",
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.1.1172" date="2024-02-08"/>
|
||||||
<release version="1.1.1171" date="2024-02-08"/>
|
<release version="1.1.1171" date="2024-02-08"/>
|
||||||
<release version="1.1.1170" date="2024-02-08"/>
|
<release version="1.1.1170" date="2024-02-08"/>
|
||||||
<release version="1.1.1169" date="2024-02-08"/>
|
<release version="1.1.1169" date="2024-02-08"/>
|
||||||
|
|
|
@ -33,7 +33,7 @@ modules:
|
||||||
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
||||||
RYUJINX_VERSION: 1.1.1171
|
RYUJINX_VERSION: 1.1.1172
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
||||||
|
@ -78,7 +78,7 @@ modules:
|
||||||
- nuget_sources.json
|
- nuget_sources.json
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/Ryujinx/Ryujinx.git
|
url: https://github.com/Ryujinx/Ryujinx.git
|
||||||
commit: ea07328aea4b6d70f5d5aa2c3c3874a748854ba1
|
commit: d29da11d5fcb3db5fdde9e79faaf3f598e50f4d1
|
||||||
- type: file
|
- type: file
|
||||||
path: ryujinx-wrapper
|
path: ryujinx-wrapper
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue