mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Merge pull request #18 from YunoHost-Apps/0.1.0-2019-04-24
update to 0.1.0-2019-04-24
This commit is contained in:
commit
a0b7ac12da
4 changed files with 10 additions and 4 deletions
|
@ -13,7 +13,7 @@ MobiliZon aims to solve existing platform's problems to organize events in a dec
|
|||
|
||||
Mobilizon is a tool designed to create platforms for managing communities and events. Its purpose is to help as many people as possible to free themselves from Facebook groups and events, from Meetup, etc.
|
||||
|
||||
**Shipped version:** 0.1.0-2019-04-23
|
||||
**Shipped version:** 0.1.0-2019-04-24
|
||||
|
||||
## Important
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/13b8f5746822b4875e7135cbc725d531b5d207cc/mobilizon-13b8f5746822b4875e7135cbc725d531b5d207cc.tar.gz
|
||||
SOURCE_SUM=40e20a67003bd100a0fd5de97112981049714e3ec1db8faaa5f0a07e5b2103ec
|
||||
SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/690620cdffd5700eec27abf9aaaec28368bed10b/mobilizon-690620cdffd5700eec27abf9aaaec28368bed10b.tar.gz
|
||||
SOURCE_SUM=6a4f9b18a096a3997fffba527544cfa232066580080cc2380bf56c114b6d30d3
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Your federated organization and mobilization platform.",
|
||||
"fr": "Votre plateforme fédérée d'organisation et de mobilisation."
|
||||
},
|
||||
"version": "0.1.0-2019-04-23~ynh1",
|
||||
"version": "0.1.0-2019-04-24~ynh1",
|
||||
"url": "https://joinmobilizon.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
|
@ -72,6 +72,12 @@ ynh_clean_setup () {
|
|||
# Exit if an error occurs during the execution of the script
|
||||
ynh_abort_if_errors
|
||||
|
||||
#=================================================
|
||||
# STOP SERVICE
|
||||
#=================================================
|
||||
|
||||
ynh_systemd_action --action=stop --service_name=$app --log_path=systemd
|
||||
|
||||
#=================================================
|
||||
# STANDARD UPGRADE STEPS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue