From aa3f45fff0f48ef34d4b731cbd23a962ef668aac Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Jul 2023 20:16:54 +0200 Subject: [PATCH] Upgrade to v1.0.2023.07.29 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 248a6b2..9d9fb09 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.2023.07.29~ynh3" maintainers = ["eric_G"] @@ -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/d2c707adacec7be543b73629612f17f5acce8d51.tar.gz" + sha256 = "0c18c5a0d52b2e549ad3f8465890e2b6d587ed8987a40c27339dba595b88da6e" in_subdir = false autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.0.%Y.%m.%d"