From 6db439b0fc700ccc9efd1706d9bb684862f65819 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:46:42 +0100 Subject: [PATCH 1/3] Update manifest.toml Add basic autoupdate strategy (serving as reminder for new version release, not fully working yet) --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index 46a4962..6f1028c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,11 +59,17 @@ ram.runtime = "50M" i386.url = "https://dl.vikunja.io/api/0.22.0/vikunja-v0.22.0-linux-386-full.zip" i386.sha256 = "29b5cbbd3ad2f2c9c9b2a63a4ae0f60a20baf4b30519aafbc02e88fb1d177c88" in_subdir = false + format = "zip" + autoupdate.upstream = "https://github.com/go-vikunja/api" + autoupdate.strategy = "latest_github_tag" [resources.sources.front] url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.22.0.zip" sha256 = "2d85352060214993b0308e381d6e487dc04ab3d46453f21719580f1832a7280b" in_subdir = false + format = "zip" + autoupdate.upstream = "https://github.com/go-vikunja/frontend" + autoupdate.strategy = "latest_github_tag" [resources.ports] From 62daffd58cc665478d9b65fec0418e7d4c9c87aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:36:37 +0100 Subject: [PATCH 2/3] Stepping down as maintainer --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8f384e2..25a0ecc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Application de liste de tâches auto-hébergée" version = "0.22.1~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "GPL-3.0" From 6556d91b2019dcd0bbd5ee8ab7de2077aa5ee9a6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 18 Feb 2024 16:57:39 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f973c1..f742234 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -55,4 +55,4 @@ or sudo yunohost app upgrade vikunja -u https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index cac1077..4abc2a9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@