From 4e095851b3d14489a6cb7232b14fd79e2678fcb8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 28 Feb 2024 21:37:59 +0100 Subject: [PATCH] Upgrade to v1.0.2024.02.26 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 458cab2..932582b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Plainpad" description.en = "Note taking application" description.fr = "Prise de notes auto-hébergée" -version = "1.0.0~ynh3" +version = "1.0.2024.02.26~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/alextselegidis/plainpad/releases/download/1.0.0-beta.4/plainpad-1.0.0-beta.4.zip" - sha256 = "578252e15dbc16b63bf1ed7eedc0b1452ca67bf2d4f621c4439931710c3035d3" + url = "https://github.com/alextselegidis/plainpad/archive/ee1b716a0ee576a4e45ff1fb7d039de99dcd00a9.tar.gz" + sha256 = "66f62ecfbe8958d3436c61836af1a9cbe1a347ab34e8d5bb0565019691367ede" in_subdir = false autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.0.%Y.%m.%d"