From 96164394673517daa92adf89bc38069910d87b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20Avc=C4=B1?= Date: Mon, 5 Feb 2024 23:36:18 +0300 Subject: [PATCH] formatting: auto-format flatpak-manifest.json --- contrib/flatpak-manifest.json | 36 ++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/contrib/flatpak-manifest.json b/contrib/flatpak-manifest.json index 039ca84bae..4c919c6022 100644 --- a/contrib/flatpak-manifest.json +++ b/contrib/flatpak-manifest.json @@ -20,16 +20,19 @@ ], "modules": [ { - "name": "libzip", - "cleanup": [ "/bin", "/share" ], - "sources": [ - { - "type": "archive", - "url": "https://nih.at/libzip/libzip-1.1.3.tar.xz", - "sha256": "729a295a59a9fd6e5b9fe9fd291d36ae391a9d2be0b0824510a214cfaa05ceee" - } - ] - }, + "name": "libzip", + "cleanup": [ + "/bin", + "/share" + ], + "sources": [ + { + "type": "archive", + "url": "https://nih.at/libzip/libzip-1.1.3.tar.xz", + "sha256": "729a295a59a9fd6e5b9fe9fd291d36ae391a9d2be0b0824510a214cfaa05ceee" + } + ] + }, { "name": "boost", "buildsystem": "simple", @@ -48,7 +51,9 @@ { "name": "Gridcoin-Research", "buildsystem": "autotools", - "config-opts": ["--with-boost-libdir=/app/lib"], + "config-opts": [ + "--with-boost-libdir=/app/lib" + ], "sources": [ { "type": "dir", @@ -56,10 +61,11 @@ }, { "type": "shell", - "commands": ["./autogen.sh"] - }, + "commands": [ + "./autogen.sh" + ] + } ] } ] -} - +} \ No newline at end of file