From de633e2d00854de96767c63b1bb63947e914b88d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Feb 2024 12:11:15 +0100 Subject: [PATCH] Upgrade to vv1.3.0 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a6950a5..986fa06 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Distbin" description.en = "Distributed pastebin with ActivityPub" description.fr = "Pastebin distribué utilisant le protocole ActivityPub" -version = "1.3.0~ynh13" +version = "v1.3.0~ynh1" maintainers = ["yalh76"] @@ -39,7 +39,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/gobengo/distbin/archive/v1.3.0.tar.gz" + url = "https://github.com/gobengo/distbin/archive/refs/tags/v1.3.0.tar.gz" sha256 = "65d9774cafbb5829b82d09b0ea0d3d5d1ec5f076fadef2b8576d29a901c58a90" autoupdate.strategy = "latest_github_tag"