mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
switch from arm to armhf
This commit is contained in:
parent
a9f9dcc513
commit
60ae612919
3 changed files with 2 additions and 2 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -69,7 +69,7 @@ for asset_url in ${assets[@]}; do
|
|||
src="arm64"
|
||||
;;
|
||||
*"arm"*)
|
||||
src="arm"
|
||||
src="armhf"
|
||||
;;
|
||||
*)
|
||||
src=""
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"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"
|
||||
},
|
||||
"version": "2.1.0.1~ynh2",
|
||||
"version": "2.1.0.1~ynh3",
|
||||
"url": "https://joinmobilizon.org/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue