From e02e962a1a4eb40255c490b90b39bf4d64c2928c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 18 May 2024 03:43:23 +0200 Subject: [PATCH] Upgrade to v1.0.2024.05.17 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 458cab2..4fef5c2 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.05.17~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/161703b5ebccc4b0b7336f70d334bf1001aca9e7.tar.gz" + sha256 = "3e34aa51a622cc91c4f8d09079db955326a2413f5eeb5bc87a4ee5e3a4137dd7" in_subdir = false autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.0.%Y.%m.%d"