From 10317b5fd5f0a3f148ba97e9e9f1e93191f4b0d6 Mon Sep 17 00:00:00 2001 From: "Mr.Scratchcat" <118802270+MrScratchcat@users.noreply.github.com> Date: Sat, 29 Nov 2025 21:25:26 +0100 Subject: [PATCH] Update runtime and SDK versions in JSON config --- flatpak/io.github.hedge_dev.unleashedrecomp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.json b/flatpak/io.github.hedge_dev.unleashedrecomp.json index f6ae932..bae13a9 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.json +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.json @@ -1,9 +1,9 @@ { "id": "io.github.hedge_dev.unleashedrecomp", "runtime": "org.freedesktop.Platform", - "runtime-version": "23.08", + "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", - "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ], + "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm21" ], "finish-args": [ "--share=network", "--socket=wayland", @@ -35,8 +35,8 @@ } ], "build-options": { - "append-path": "/usr/lib/sdk/llvm18/bin", - "prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib", + "append-path": "/usr/lib/sdk/llvm21/bin", + "prepend-ld-library-path": "/usr/lib/sdk/llvm21/lib", "build-args": [ "--share=network" ]