From 63f669f988dd8de24278d411e012c0f0157b0fbf Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Wed, 15 Nov 2023 17:46:53 +0100 Subject: [PATCH] Switch to org.freedesktop.Platform 23.08 and .NET 8 Signed-off-by: Mary Guillemard --- flatpak-builder-tools | 2 +- org.ryujinx.Ryujinx.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flatpak-builder-tools b/flatpak-builder-tools index ef1417e..30db60f 160000 --- a/flatpak-builder-tools +++ b/flatpak-builder-tools @@ -1 +1 @@ -Subproject commit ef1417ed337189fc43eba4f88f5595456f479935 +Subproject commit 30db60f6a086ed0457b774cc0dc7fa11b9045fcf diff --git a/org.ryujinx.Ryujinx.yml b/org.ryujinx.Ryujinx.yml index 86752d0..40d90a0 100644 --- a/org.ryujinx.Ryujinx.yml +++ b/org.ryujinx.Ryujinx.yml @@ -1,10 +1,10 @@ app-id: org.ryujinx.Ryujinx runtime: org.freedesktop.Platform -runtime-version: '22.08' +runtime-version: '23.08' sdk: org.freedesktop.Sdk add-extensions: org.freedesktop.Platform.ffmpeg-full: - version: '22.08' + version: '23.08' directory: lib/ffmpeg add-ld-path: . finish-args: @@ -68,11 +68,11 @@ modules: only-arches: - x86_64 dest: dotnet-sdk - url: https://dotnetcli.azureedge.net/dotnet/Sdk/7.0.403/dotnet-sdk-7.0.403-linux-x64.tar.gz - sha256: 8a3c6bf5bfdf4f81775b7314b136bf96f0ba995804c66ae1cd787cb20365ec4e + url: https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.100/dotnet-sdk-8.0.100-linux-x64.tar.gz + sha256: 550692ae3233e69692822b8be31bb01c5a2b60c3cfa59e9bfce8278b99f36211 x-checker-data: type: rotating-url - url: https://aka.ms/dotnet/7.0/dotnet-sdk-linux-x64.tar.gz + url: https://aka.ms/dotnet/8.0/dotnet-sdk-linux-x64.tar.gz pattern: https://dotnetcli.azureedge.net/dotnet/Sdk/^([\d\.a-z-]+)$/dotnet-sdk-^([\d\.a-z-]+)$-linux-x64.tar.gz - nuget_sources.json - type: git