1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Merge pull request #142 from YunoHost-Apps/testing

Armhf
This commit is contained in:
yalh76 2022-08-01 08:21:49 +02:00 committed by GitHub
commit f10a30513e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ for asset_url in ${assets[@]}; do
src="arm64" src="arm64"
;; ;;
*"arm"*) *"arm"*)
src="arm" src="armhf"
;; ;;
*) *)
src="" src=""

View file

@ -23,7 +23,7 @@ A decentralized and federated platform to organize events
**Shipped version:** 2.1.0.1~ynh2 **Shipped version:** 2.1.0.1~ynh3
**Demo:** https://demo.mobilizon.org **Demo:** https://demo.mobilizon.org

View file

@ -23,7 +23,7 @@ A decentralized and federated platform to organize events
**Version incluse :** 2.1.0.1~ynh2 **Version incluse :** 2.1.0.1~ynh3
**Démo :** https://demo.mobilizon.org **Démo :** https://demo.mobilizon.org

View file

@ -6,7 +6,7 @@
"en": "A decentralized and federated platform to organize events", "en": "A decentralized and federated platform to organize events",
"fr": "Une plateforme décentralisée et fédérée pour organiser des événements" "fr": "Une plateforme décentralisée et fédérée pour organiser des événements"
}, },
"version": "2.1.0.1~ynh2", "version": "2.1.0.1~ynh3",
"url": "https://joinmobilizon.org/", "url": "https://joinmobilizon.org/",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",