aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreric_G <46165813+ericgaspar@users.noreply.github.com>2025-05-22 19:15:18 +0200
committerGitHub <noreply@github.com>2025-05-22 19:15:18 +0200
commitfcaaa6830015e040a02af0f7fb12faa62b2293c9 (patch)
treed6f01153c7078f3410d0ef7ac6649b0ed875ee7e
parentf6d31196a2105570f2084fc214ea47d0b1fc2a48 (diff)
parent8a02bf2d19fcca2d95c30e91dd2272b41c3bf004 (diff)
downloadmastodon_ynh-fcaaa6830015e040a02af0f7fb12faa62b2293c9.tar.gz
mastodon_ynh-fcaaa6830015e040a02af0f7fb12faa62b2293c9.tar.bz2
mastodon_ynh-fcaaa6830015e040a02af0f7fb12faa62b2293c9.zip
Merge pull request #499 from YunoHost-Apps/testing
Testing
-rw-r--r--README.md6
-rw-r--r--manifest.toml6
2 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9c204a3..ba9d9fe 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ It shall NOT be edited by hand.
-->
<h1>
- <img src="https://raw.githubusercontent.com/YunoHost/apps/master/logos/mastodon.png" width="32px" alt="Logo of Mastodon">
+ <img src="https://raw.githubusercontent.com/YunoHost/apps/main/logos/mastodon.png" width="32px" alt="Logo of Mastodon">
Mastodon, packaged for YunoHost
</h1>
@@ -12,7 +12,7 @@ Libre and federated social network
[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://joinmastodon.org/)
[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://joinmastodon.org/)
-![Version: 4.3.7~ynh1](https://img.shields.io/badge/Version-4.3.7~ynh1-rgba(0,150,0,1)?style=for-the-badge)
+[![Version: 4.3.8~ynh1](https://img.shields.io/badge/Version-4.3.8~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/mastodon/)
<div align="center">
<a href="https://apps.yunohost.org/app/mastodon"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
@@ -21,6 +21,8 @@ Libre and federated social network
## 📦 Developer info
+[![Automatic tests level](https://apps.yunohost.org/badge/cilevel/mastodon)](https://ci-apps.yunohost.org/ci/apps/mastodon/)
+
🛠️ Upstream Mastodon repository: <https://github.com/mastodon/mastodon>
Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing).
diff --git a/manifest.toml b/manifest.toml
index fcc7218..a3b6880 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Mastodon"
description.en = "Libre and federated social network"
description.fr = "Réseau social libre et fédéré"
-version = "4.3.7~ynh1"
+version = "4.3.8~ynh1"
maintainers = ["Tagada"]
@@ -52,8 +52,8 @@ ram.runtime = "500M"
[resources]
[resources.sources]
[resources.sources.main]
- url = "https://github.com/mastodon/mastodon/archive/refs/tags/v4.3.7.tar.gz"
- sha256 = "b77590137ae74fde223cdf8ff85baa0e0337207ebe091966e161ce131147c8c2"
+ url = "https://github.com/mastodon/mastodon/archive/refs/tags/v4.3.8.tar.gz"
+ sha256 = "b3d18985a4980573940855e1ca8826fad41c9b131fcdd256d7ae7d0392037a0e"
autoupdate.strategy = "latest_github_release"
[resources.system_user]