Skip to content

Commit 506eefc

Browse files
committed
flatpak...
1 parent a7ea699 commit 506eefc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packaging/flatpak/org.wesnoth.Wesnoth.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
{
6262
"name":"sdl3",
6363
"buildsystem":"simple",
64-
"sources": [
64+
"sources":[
6565
{
66-
"type": "archive",
67-
"url": "https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.4.2.tar.gz",
68-
"sha256": "515ee4ad6e910e0ad8d8bbccb24ac52dd16c419e23eea3fb83541d20130c7aaa"
69-
},
66+
"type":"archive",
67+
"url":"https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.4.2.tar.gz",
68+
"sha256":"515ee4ad6e910e0ad8d8bbccb24ac52dd16c419e23eea3fb83541d20130c7aaa"
69+
}
7070
],
71-
"build-commands": [
71+
"build-commands":[
7272
"mkdir build",
7373
"cmake -S . -B ./build",
7474
"cmake --build build",

0 commit comments

Comments
 (0)