Update to 1.1.384
This commit is contained in:
parent
d3ef668b22
commit
e5e80a391c
3 changed files with 6 additions and 5 deletions
|
@ -883,10 +883,10 @@
|
|||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/sharpziplib/1.3.3/sharpziplib.1.3.3.nupkg",
|
||||
"sha512": "5f6996e38a31861449a493b9387e91097abe06f3ca936e618e6b914091699b7319bda7e392a532a96c06287e9b3c28786183c5fbc212ac2bbdd10809151e6dbb",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/sharpziplib/1.4.1/sharpziplib.1.4.1.nupkg",
|
||||
"sha512": "3f051f41f91577291da0d317d210547752251aae07f5060c1f8ff71917477f44ade9674f9862d6ce76d3c2a7a57b700165ee573286054d6dee1ea825f383f59e",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "sharpziplib.1.3.3.nupkg"
|
||||
"dest-filename": "sharpziplib.1.4.1.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.1.384" date="2022-11-24"/>
|
||||
<release version="1.1.383" date="2022-11-24"/>
|
||||
<release version="1.1.382" date="2022-11-24"/>
|
||||
<release version="1.1.381" date="2022-11-24"/>
|
||||
|
|
|
@ -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.383
|
||||
RYUJINX_VERSION: 1.1.384
|
||||
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: 548bfd60a2468aa6258675efae5ed21102985cc6
|
||||
commit: 7aa6abc12038b949f26c5f1ad1d4559c81fdc1af
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue