1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Merge pull request #17 from YunoHost-Apps/testing

Fix polls bug
This commit is contained in:
Papa Dragon 2023-10-22 18:22:26 +02:00 committed by GitHub
commit 91cd6c9e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ The [streams repository](https://codeberg.org/streams/streams/) lets you install
Your websites will be compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** and many, many more.
**Shipped version:** 23.10.20~ynh1
**Shipped version:** 23.10.20~ynh2
## Screenshots

View file

@ -21,7 +21,7 @@ Le [dépôt streams](https://codeberg.org/streams/streams/) vous permet d'instal
Vos sites web seront compatibles avec **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** et bien d'autres encore.
**Version incluse :** 23.10.20~ynh1
**Version incluse :** 23.10.20~ynh2
## Captures décran

View file

@ -5,7 +5,7 @@ name = "Streams"
description.en = "Open source fediverse server"
description.fr = "Serveur fediverse open source"
version = "23.10.20~ynh1"
version = "23.10.20~ynh2"
maintainers = ["Papa Dragon"]
@ -39,8 +39,8 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://codeberg.org/streams/streams/archive/d6a3477f7b57e7b83468ffec59e5fdab2b0e13db.tar.gz"
sha256 = "e308effdfa3675e6e37846ba89c9f48542027580abce6ee94b9def5a1e22ac11"
url = "https://codeberg.org/streams/streams/archive/2420f0fb32856bd424537c64607a447f12308977.tar.gz"
sha256 = "e9ddca638b3a684b8df2e07e1329d81713ad69fd2483ea4abb1f2ee251fc0b7f"
[resources.sources.addons]
url = "https://codeberg.org/streams/streams-addons/archive/39b1c5af9f2b1c639b6438ac85b0ea85273fc201.tar.gz"

View file

@ -13,6 +13,6 @@ test_format = 1.0
# Default args to use for install
# -------------------------------
test_upgrade_from.e7681e0867203dacb0d8f86f2a81587ba012a0b1.name = "Upgrade from 23.10.10~ynh1"
test_upgrade_from.5baaf0afb07836541456466f30a5bbfcf565db8e.name = "Upgrade from 23.10.17~ynh1"
test_upgrade_from.69f371bce8db716ee32aa98abfc6d6d71fe49353.name = "Upgrade from 23.04.20~ynh1"
test_upgrade_from.69f371bce8db716ee32aa98abfc6d6d71fe49353.name = "Upgrade from 23.10.19~ynh1"
test_upgrade_from.7e63a7d299747091f0fbb4f6910ecf2ea14c06bb.name = "Upgrade from 23.10.20~ynh1"