From 6e1be0956088d9bb06f5e1d16b203dddce49c208 Mon Sep 17 00:00:00 2001 From: skyuk3000 <75224468+skyuk3000@users.noreply.github.com> Date: Fri, 26 May 2023 08:33:48 +0100 Subject: [PATCH 1/6] Update manifest.toml --- manifest.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/manifest.toml b/manifest.toml index 67c11cb..d45df49 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,16 +40,6 @@ ram.runtime = "50M" [resources] - [resources.sources] - - [resources.sources.main] - amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-x64.tar.gz" - amd64.sha256 = "d4bc73321e1241a1e6247fc0c5ff14504e73c5b3ce9c22a237fd6eae7fc51f33" - arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm64.tar.gz" - arm64.sha256 = "634d8b1be654de18ac0238512b9e552e9ad2dd50e6113199907fce525f71f14c" - armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm.tar.gz" - armhf.sha256 = "3bf7aac85f51432c8cc0a46ea885bb0167b03e9c0209858a76b1785f884cf104" - [resources.ports] [resources.sources] From 543f9d3fcb9100000753ce51ba107627ca3a9e16 Mon Sep 17 00:00:00 2001 From: skyuk3000 <75224468+skyuk3000@users.noreply.github.com> Date: Fri, 26 May 2023 08:37:51 +0100 Subject: [PATCH 2/6] Update manifest.toml --- manifest.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d45df49..a375e1b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,9 +39,6 @@ ram.runtime = "50M" default = "visitors" [resources] - - [resources.ports] - [resources.sources] [resources.sources.main] in_subdir = true @@ -56,6 +53,8 @@ ram.runtime = "50M" #autoupdate.asset.amd64 = ".*\.amd64.tar.gz" #autoupdate.asset.arm64 = ".*\.arm64.tar.gz" #autoupdate.asset.armhf = ".*\.arm.tar.gz" + + [resources.port] [resources.system_user] From ae43099b3fdd6a613ef8d6bbc84f53e7c7386ce4 Mon Sep 17 00:00:00 2001 From: skyuk3000 <75224468+skyuk3000@users.noreply.github.com> Date: Fri, 26 May 2023 10:03:38 +0100 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index a375e1b..62bebbf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,13 +48,6 @@ ram.runtime = "50M" arm64.sha256 = "634d8b1be654de18ac0238512b9e552e9ad2dd50e6113199907fce525f71f14c" armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm.tar.gz" armhf.sha256 = "3bf7aac85f51432c8cc0a46ea885bb0167b03e9c0209858a76b1785f884cf104" - - #autoupdate.strategy = "latest_github_release" - #autoupdate.asset.amd64 = ".*\.amd64.tar.gz" - #autoupdate.asset.arm64 = ".*\.arm64.tar.gz" - #autoupdate.asset.armhf = ".*\.arm.tar.gz" - - [resources.port] [resources.system_user] From 00e83873eb83ab2e2cbc948b8606b962510c2fc3 Mon Sep 17 00:00:00 2001 From: skyuk3000 <75224468+skyuk3000@users.noreply.github.com> Date: Fri, 26 May 2023 10:08:54 +0100 Subject: [PATCH 4/6] Update manifest.toml --- manifest.toml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index 62bebbf..91d72ce 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,15 +39,18 @@ ram.runtime = "50M" default = "visitors" [resources] -[resources.sources] - [resources.sources.main] - in_subdir = true - amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-x64.tar.gz" - amd64.sha256 = "d4bc73321e1241a1e6247fc0c5ff14504e73c5b3ce9c22a237fd6eae7fc51f33" - arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm64.tar.gz" - arm64.sha256 = "634d8b1be654de18ac0238512b9e552e9ad2dd50e6113199907fce525f71f14c" - armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm.tar.gz" - armhf.sha256 = "3bf7aac85f51432c8cc0a46ea885bb0167b03e9c0209858a76b1785f884cf104" + [resources.port] + main.port = 5000 + + [resources.sources] + [resources.sources.main] + in_subdir = true + amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-x64.tar.gz" + amd64.sha256 = "d4bc73321e1241a1e6247fc0c5ff14504e73c5b3ce9c22a237fd6eae7fc51f33" + arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm64.tar.gz" + arm64.sha256 = "634d8b1be654de18ac0238512b9e552e9ad2dd50e6113199907fce525f71f14c" + armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm.tar.gz" + armhf.sha256 = "3bf7aac85f51432c8cc0a46ea885bb0167b03e9c0209858a76b1785f884cf104" [resources.system_user] From c5029e7ac1c64b0d054c777fe7315358ed9d8785 Mon Sep 17 00:00:00 2001 From: skyuk3000 <75224468+skyuk3000@users.noreply.github.com> Date: Fri, 26 May 2023 10:10:24 +0100 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 91d72ce..82e6956 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,7 +40,7 @@ ram.runtime = "50M" [resources] [resources.port] - main.port = 5000 + main.default = 5000 [resources.sources] [resources.sources.main] From 0e6c82fe95b9c8a64c9287d5a0e3bd7bf6cafcc8 Mon Sep 17 00:00:00 2001 From: skyuk3000 <75224468+skyuk3000@users.noreply.github.com> Date: Fri, 26 May 2023 10:17:26 +0100 Subject: [PATCH 6/6] fix --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 82e6956..46a2b1c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Kavita" description.en = "Media server for your comics, manga and books" description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres" -version = "0.7.2~ynh1" +version = "0.7.2~ynh2" maintainers = ["eric_G"]