Skip to content

Commit 9e577bd

Browse files
committed
Update fdsdk 23.08 references to 25.08
1 parent e8317dd commit 9e577bd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/dotnet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ A few placeholders have been used in the steps below, while going through the st
113113

114114
.. code-block:: shell
115115
116-
python3 flatpak-dotnet-generator.py --dotnet 8 --freedesktop 23.08 nuget-sources.json <app-name>/<project-name>.csproj
116+
python3 flatpak-dotnet-generator.py --dotnet 8 --freedesktop 24.08 nuget-sources.json <app-name>/<project-name>.csproj
117117
118118
9. Build and install using Flatpak builder
119119

docs/first-build.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Flatpak requires every app to specify a runtime for its basic runtime
2929
dependencies and a matching SDK which is a superset of the runtime
3030
containing additional development tools, libraries and headers.
3131

32-
In this tutorial we will use the Freedesktop 23.08 runtime and SDK from
32+
In this tutorial we will use the Freedesktop 25.08 runtime and SDK from
3333
the Flathub repository.
3434

3535
2. Add a manifest
@@ -45,7 +45,7 @@ an empty file and save it as ``org.flatpak.Hello.yml``.
4545
4646
id: org.flatpak.Hello
4747
runtime: org.freedesktop.Platform
48-
runtime-version: '23.08'
48+
runtime-version: '25.08'
4949
sdk: org.freedesktop.Sdk
5050
command: hello
5151
modules:

docs/hosting-a-repository.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The instructions will use Gitlab.com.
101101
# Name of flatpak bundle
102102
BUNDLE: "${APP_ID}.flatpak"
103103
# Docker image to use
104-
DOCKER_IMAGE: "ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-23.08"
104+
DOCKER_IMAGE: "ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-25.08"
105105
SCHEDULE_TASK: default
106106
107107
stages:

docs/module-sources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ source.
537537
538538
app-id: com.foo.app.Plugins.audio
539539
runtime: com.foo.app
540-
sdk: org.freedesktop.Sdk//23.08
540+
sdk: org.freedesktop.Sdk//25.08
541541
build-extension: true
542542
separate-locales: false
543543
modules:

0 commit comments

Comments
 (0)