Update to 1.1.399
This commit is contained in:
parent
6a09e3b928
commit
82e1d3d576
3 changed files with 13 additions and 12 deletions
|
@ -293,6 +293,13 @@
|
|||
"dest": "nuget-sources",
|
||||
"dest-filename": "system.io.filesystem.primitives.4.3.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/system.codedom/7.0.0/system.codedom.7.0.0.nupkg",
|
||||
"sha512": "eb3d7dece2b09817d0e3606f8a2c0e0e94a0fc928f18ae5dd7d5c768606f01fe75c9d70d047c8f44f0ade90a133c77c00f9bce6cb88f09902a9d503ab2cbccc3",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "system.codedom.7.0.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/system.codedom/4.4.0/system.codedom.4.4.0.nupkg",
|
||||
|
@ -300,13 +307,6 @@
|
|||
"dest": "nuget-sources",
|
||||
"dest-filename": "system.codedom.4.4.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/system.codedom/6.0.0/system.codedom.6.0.0.nupkg",
|
||||
"sha512": "2b911b7c9bc524c86562a26547dfc92a8c774ed5937993a4a22e8a9ca1b146151aeaeaf15e4271ff6fe6cf20af634815aa1485a5a4c48d24acf39b2a6bc3cf27",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "system.codedom.6.0.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg",
|
||||
|
@ -918,10 +918,10 @@
|
|||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/system.management/6.0.0/system.management.6.0.0.nupkg",
|
||||
"sha512": "d98847c56d026a1cb6bac6b2dfb34aa9976b86754217eb80063cda76c391dee54a0f1accf19e1a76dedb7e1c63f815bcbb6c81380a76f8bd4c58680773601a43",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/system.management/7.0.0/system.management.7.0.0.nupkg",
|
||||
"sha512": "d0469d2a5ed07e7345ce759276c92cf30bb9d5680db68e1613917793d698dd1db8301361fb33970bae77ad0f506d1ae7a56f96ea0b5d854d352f58e69bbbda7f",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "system.management.6.0.0.nupkg"
|
||||
"dest-filename": "system.management.7.0.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.1.399" date="2022-11-29"/>
|
||||
<release version="1.1.398" date="2022-11-29"/>
|
||||
<release version="1.1.397" date="2022-11-29"/>
|
||||
<release version="1.1.396" date="2022-11-29"/>
|
||||
|
|
|
@ -32,7 +32,7 @@ modules:
|
|||
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
||||
RYUJINX_VERSION: 1.1.398
|
||||
RYUJINX_VERSION: 1.1.399
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
||||
|
@ -75,7 +75,7 @@ modules:
|
|||
- nuget_sources.json
|
||||
- type: git
|
||||
url: https://github.com/Ryujinx/Ryujinx.git
|
||||
commit: a5c2aead6795192158caeb79e785543a15b5b2f4
|
||||
commit: af01100050268de7a10889008e98e479f1247af1
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
- type: file
|
||||
|
|
Loading…
Add table
Reference in a new issue