Update to 1.1.1044
This commit is contained in:
parent
2ae4c0c3af
commit
654e859d30
3 changed files with 9 additions and 8 deletions
|
@ -568,10 +568,10 @@
|
|||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.6.0/microsoft.codeanalysis.csharp.4.6.0.nupkg",
|
||||
"sha512": "a375eced5de31a8f68e06a2c4d0515267f54b128bf1dba6ed368775b2f42987ae370ee0ab2e9b12b2c33a51a67e6fd7b08794d5e7f38df5a48653e179b51080d",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.7.0/microsoft.codeanalysis.csharp.4.7.0.nupkg",
|
||||
"sha512": "c3ab9a1079196ecf6a32183c6400ec90267320af7deac2e36cba73b4fbf4c81e2898ee33d893241a60db97505c66e67b7b6bef6e3dbf038f453012d9c5edfd29",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "microsoft.codeanalysis.csharp.4.6.0.nupkg"
|
||||
"dest-filename": "microsoft.codeanalysis.csharp.4.7.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
@ -911,10 +911,10 @@
|
|||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.6.0/microsoft.codeanalysis.common.4.6.0.nupkg",
|
||||
"sha512": "3286b44eef9956b14c2e5d6927a686cb22d4a128b5b880c698bdddbc82db5bd89e82f91da00f9515fe1f16a5805b879f8da9932fa1ab25b5992ff997d030293e",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.7.0/microsoft.codeanalysis.common.4.7.0.nupkg",
|
||||
"sha512": "7714dbae06bb2dfae739d193de2651770c0ea534c2b30b7f1adc02a68cb12d270891b1c0100dff10925f56e9885ae0e8ceb583062cdbe599b60e472bafed8f57",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "microsoft.codeanalysis.common.4.6.0.nupkg"
|
||||
"dest-filename": "microsoft.codeanalysis.common.4.7.0.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.1.1044" date="2023-10-05"/>
|
||||
<release version="1.1.1043" date="2023-10-05"/>
|
||||
<release version="1.1.1042" date="2023-10-05"/>
|
||||
<release version="1.1.1041" date="2023-10-04"/>
|
||||
|
|
|
@ -33,7 +33,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.1043
|
||||
RYUJINX_VERSION: 1.1.1044
|
||||
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: 7835968214241c37c677b6c5c82aa3353546de89
|
||||
commit: 7afae8c69947f7a5fa9a55cee36381aef372dfba
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue