From 4765c7a1002bf16caa50b03090e3d35b3984c8d0 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:02:12 +0100 Subject: [PATCH] Update v0.7.1 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 83b4120..442a2e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://joinbookwyrm.com/fr/" admindoc = "https://docs.joinbookwyrm.com/" code = "https://github.com/bookwyrm-social/bookwyrm" cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm" -fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"] +fund = "https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm" [integration] yunohost = ">= 11.2" @@ -50,7 +50,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bookwyrm-social/bookwyrm/archive/597378bb78c868a5c68667e07155b5df00b31c1d.tar.gz" + url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.1.tar.gz" sha256 = "a3a0a340fa1a9f716c4debb1ec242b2a7c275f30be4612fb245cd42f44868e5f" in_subdir = true autoupdate.strategy = "latest_github_tag"