1 parent a7ea699 commit 506eefcCopy full SHA for 506eefc
1 file changed
packaging/flatpak/org.wesnoth.Wesnoth.json
@@ -61,14 +61,14 @@
61
{
62
"name":"sdl3",
63
"buildsystem":"simple",
64
- "sources": [
+ "sources":[
65
66
- "type": "archive",
67
- "url": "https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.4.2.tar.gz",
68
- "sha256": "515ee4ad6e910e0ad8d8bbccb24ac52dd16c419e23eea3fb83541d20130c7aaa"
69
- },
+ "type":"archive",
+ "url":"https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.4.2.tar.gz",
+ "sha256":"515ee4ad6e910e0ad8d8bbccb24ac52dd16c419e23eea3fb83541d20130c7aaa"
+ }
70
],
71
- "build-commands": [
+ "build-commands":[
72
"mkdir build",
73
"cmake -S . -B ./build",
74
"cmake --build build",
0 commit comments