Update to 1.1.372
This commit is contained in:
parent
aa3d6814f8
commit
505c1db38d
3 changed files with 6 additions and 5 deletions
|
@ -547,10 +547,10 @@
|
|||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/libhac/0.16.1/libhac.0.16.1.nupkg",
|
||||
"sha512": "af3479a904bf494abb1e82a77873bb0c361b63537ce12cd7ff277e8e76f714d677964bf5dbe204f4aad3be105eca21c5484e4b5ca94ceab9414a38c482b1e828",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/libhac/0.17.0/libhac.0.17.0.nupkg",
|
||||
"sha512": "870d5f2cbd27c87bb1ed92294847b2433bcc47a078df7643b853442fe06707ae9d636626045bb82fec247533d56b52f2ade9934f9cd7a911fb40fe1cee4bf24a",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "libhac.0.16.1.nupkg"
|
||||
"dest-filename": "libhac.0.17.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.1.372" date="2022-11-23"/>
|
||||
<release version="1.1.371" date="2022-11-23"/>
|
||||
<release version="1.1.370" date="2022-11-23"/>
|
||||
<release version="1.1.369" date="2022-11-21"/>
|
||||
|
|
|
@ -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.371
|
||||
RYUJINX_VERSION: 1.1.372
|
||||
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: 748d87adccd0f331bd6d1163703040b6d62353b8
|
||||
commit: 36f00985d3191ebd6ea909ddc4ed447ebdbf51b5
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue