mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Upgrade to 1.0.6-2021-02-17
This commit is contained in:
parent
8413ab8bd3
commit
3b4cc805df
4 changed files with 12 additions and 8 deletions
|
@ -13,7 +13,7 @@ Mobilizon aims to solve existing platform's problems to organize events in a dec
|
|||
|
||||
Mobilizon is a tool that helps you find, create and organise events. You can also create a page for your group where the members will be able to organise together.
|
||||
|
||||
**Shipped version:** 1.0.3
|
||||
**Shipped version:** 1.0.6-2021-02-17
|
||||
|
||||
## Important points to read before installing
|
||||
|
||||
|
|
|
@ -15,11 +15,13 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
# 0.1.0-2019-05-15~ynh1
|
||||
upgrade=1 from_commit=185cc16e516076e340cca149e8e9140a8762e22e
|
||||
# upgrade=1 from_commit=185cc16e516076e340cca149e8e9140a8762e22e
|
||||
# 0.1.0-2019-12-28~ynh1
|
||||
upgrade=1 from_commit=6b77f268d4e7e2cd525e11e11f3ed5a5162d0bd2
|
||||
# upgrade=1 from_commit=6b77f268d4e7e2cd525e11e11f3ed5a5162d0bd2
|
||||
# 1.0.0~ynh1
|
||||
upgrade=1 from_commit=ac87692da6eaff71f40e3069c7bc6129eddba5e6
|
||||
# upgrade=1 from_commit=ac87692da6eaff71f40e3069c7bc6129eddba5e6
|
||||
# 1.0.3~ynh1
|
||||
# upgrade=1 from_commit=8413ab8bd3aca3e2f6c431153dd9dfab37860956
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||
|
@ -39,3 +41,5 @@ Notification=all
|
|||
name=0.1.0-2019-12-28~ynh1
|
||||
; commit=ac87692da6eaff71f40e3069c7bc6129eddba5e6
|
||||
name=1.0.0~ynh1
|
||||
; commit=8413ab8bd3aca3e2f6c431153dd9dfab37860956
|
||||
name=1.0.3~ynh1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/1.0.3/mobilizon-1.0.3.tar.gz
|
||||
SOURCE_SUM=5fe588f3567a90c82be8ac1289f836ee2b98b446033c1ca8f9293fd2145441c5
|
||||
SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/f7c17394df6978c25453b357fef126c8b24fd05b/mobilizon-f7c17394df6978c25453b357fef126c8b24fd05b.tar.gz
|
||||
SOURCE_SUM=7ff7a144b56cb7f01eba217bfd57f11dc345d2784b983c2105b9bd66a9407f98
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=mobilizon-1.0.3.tar.gz
|
||||
SOURCE_FILENAME=mobilizon-1.0.6.tar.gz
|
||||
|
|
|
@ -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": "1.0.3~ynh1",
|
||||
"version": "1.0.6-2021-02-17~ynh1",
|
||||
"url": "https://joinmobilizon.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue