From 3bc34f81c8bb6202561e70032bb8d3f5fc9ad289 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:49:06 +0100 Subject: [PATCH] Update v0.11.11 (#246) * Update v0.11.11 * Update tests_upgrade from v0.11.9 --------- Co-authored-by: lapineige --- manifest.toml | 6 +++--- tests.toml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9b4ba724..b0975d3b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Pixelfed" description.en = "ActivityPub Federated Image Sharing" description.fr = "Logiciel de partage d'image fédéré via ActivityPub" -version = "0.11.9~ynh3" +version = "0.11.11~ynh1" maintainers = ["yalh76", "Lapineige"] @@ -36,8 +36,8 @@ ram.runtime = "100M" [resources] [resources.sources.main] - url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.9.tar.gz" - sha256 = "a56629a8094749911927a4a02b69fa3446f1a089315ff9b2ccfd85a5e26bd140" + url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.11.tar.gz" + sha256 = "01bb56f0b2f888788d9cbf96809ce9f38b09be8e925036c7df8eb0236d1c3be6" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/tests.toml b/tests.toml index 08b1748f..72cf2095 100644 --- a/tests.toml +++ b/tests.toml @@ -6,5 +6,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.a5ced524d5026bd15daf5f7647395212ae3c09b8.name = "Upgrade from 0.11.9" - test_upgrade_from.7a4833633f76d050296c783e565f8cdfc913c75a.name = "Upgrade from 0.11.2" + test_upgrade_from.aa1c6c9.name = "Upgrade from v0.11.9"