Update to 1.1.1140
This commit is contained in:
parent
b74e1bedce
commit
46a530c4a2
3 changed files with 6 additions and 5 deletions
|
@ -1226,10 +1226,10 @@
|
|||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/netcoreserver/7.0.0/netcoreserver.7.0.0.nupkg",
|
||||
"sha512": "43b48f1ca9eff8a7b24f2465ea55ea6738751abe32fc2a3ee0d5c0ea72830055c3bf12e16ed29d259cd1857b14d494774ac842f02cf0767cf080b9de80dc20fd",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/netcoreserver/8.0.7/netcoreserver.8.0.7.nupkg",
|
||||
"sha512": "8ed20ba83e56912192520a743d122a63dd3766e378d3cf248bfad8d9167a5f42386b559445db5a0726c4e8d5a9e4f2b852418dde943242908ee29d024db0dbcc",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "netcoreserver.7.0.0.nupkg"
|
||||
"dest-filename": "netcoreserver.8.0.7.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.1.1140" date="2024-01-27"/>
|
||||
<release version="1.1.1139" date="2024-01-26"/>
|
||||
<release version="1.1.1138" date="2024-01-26"/>
|
||||
<release version="1.1.1137" date="2024-01-26"/>
|
||||
|
|
|
@ -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.1139
|
||||
RYUJINX_VERSION: 1.1.1140
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
||||
|
@ -76,7 +76,7 @@ modules:
|
|||
- nuget_sources.json
|
||||
- type: git
|
||||
url: https://github.com/Ryujinx/Ryujinx.git
|
||||
commit: b8d992e5a770931382fd39108601b0abe75149cc
|
||||
commit: 0335c522548803310d825dbdb2d5ea101ef74823
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue