From f1670d7992ebd3db1f2d42e0dda15f18012537ee Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Jun 2023 20:16:16 +0200 Subject: [PATCH 1/6] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index cf5c856..6079889 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,8 +44,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.lemmy-translations] - url = "https://github.com/LemmyNet/lemmy-translations/archive/a241fe1255a6363c7ae1ec5a09520c066745e6ce.tar.gz" - sha256 = "3e3ac4c547c1040a80833d526bc0bd4e6bbad252a168de3ed81ee9d36aee8e5e" + url = "https://github.com/LemmyNet/lemmy-translations/archive/b3cca4b7e26dd7d9a389f75c6e50a489d93791ea.tar.gz" + sha256 = "f4c98ea0b89ae940afad102104d1ab61bc0331340ebef2a029a2bf7d45014315" autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/" autoupdate.strategy = "latest_github_commit" From 72fe2e4d48377dc34bdc291111937b93aca987f2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 28 Jun 2023 20:16:22 +0200 Subject: [PATCH 2/6] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6079889..7c3cc70 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,8 +44,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.lemmy-translations] - url = "https://github.com/LemmyNet/lemmy-translations/archive/b3cca4b7e26dd7d9a389f75c6e50a489d93791ea.tar.gz" - sha256 = "f4c98ea0b89ae940afad102104d1ab61bc0331340ebef2a029a2bf7d45014315" + url = "https://github.com/LemmyNet/lemmy-translations/archive/7ea868c6fc93e4eea17966e8c970c374d06cc2eb.tar.gz" + sha256 = "b294a8d5090af5fbe23a7f208bd42a8fc2b91b492fb8ad8dec9225cb8d53eab3" autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/" autoupdate.strategy = "latest_github_commit" From 5c89f392bef398e887301bdcacb62695160976d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Jun 2023 20:16:34 +0200 Subject: [PATCH 3/6] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7c3cc70..b517d46 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,8 +44,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.lemmy-translations] - url = "https://github.com/LemmyNet/lemmy-translations/archive/7ea868c6fc93e4eea17966e8c970c374d06cc2eb.tar.gz" - sha256 = "b294a8d5090af5fbe23a7f208bd42a8fc2b91b492fb8ad8dec9225cb8d53eab3" + url = "https://github.com/LemmyNet/lemmy-translations/archive/5a9d44656e2658ab7cb2dbec3fd1bfaf57654533.tar.gz" + sha256 = "bb5178c6fd1d1423de525ca02805449b038747b17d9555141207f28d8600c511" autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/" autoupdate.strategy = "latest_github_commit" From 5bf303ed8cefaa22d4a0420952ca00db5fbf672c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:28:47 +0200 Subject: [PATCH 4/6] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b517d46..ebe47ab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,8 +17,8 @@ admindoc = "https://join-lemmy.org/docs/en/" code = "https://github.com/LemmyNet/lemmy" [integration] -yunohost = ">= 11.1.20" -architectures = "all" +yunohost = ">= 11.1.21" +architectures = ["amd64", "arm64"] multi_instance = false ldap = false sso = false From d6320093db5870a95b387541742f733b1f1b939d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:30:03 +0200 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ebe47ab..a11761e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Lemmy" description.en = "Link aggregator/Reddit clone for the fediverse" description.fr = "Agrégateur de liens/clone Reddit pour le fedivers" -version = "0.16.7~ynh3" +version = "0.16.7~ynh4" maintainers = [] @@ -18,7 +18,7 @@ code = "https://github.com/LemmyNet/lemmy" [integration] yunohost = ">= 11.1.21" -architectures = ["amd64", "arm64"] +architectures = ["amd64"] multi_instance = false ldap = false sso = false From 7e2e33bff09ae76f6627e1e839f2428d77ab779b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 1 Jul 2023 10:30:08 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6012991..6de0548 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse. -**Shipped version:** 0.16.7~ynh3 +**Shipped version:** 0.16.7~ynh4 **Demo:** https://lemmy.ml/ diff --git a/README_fr.md b/README_fr.md index e1a767e..4227837 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse. -**Version incluse :** 0.16.7~ynh3 +**Version incluse :** 0.16.7~ynh4 **Démo :** https://lemmy.ml/