mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
update to version 1.1
This commit is contained in:
parent
3b0d2ada57
commit
b4ebffa89f
5 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Garradin is a free association managing software.
|
Garradin is a free association managing software.
|
||||||
|
|
||||||
**Shipped version:** 1.0.7
|
**Shipped version:** 1.1.1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Garradin est un logiciel libre de gestion associative. il permet de gérer des membres.
|
Garradin est un logiciel libre de gestion associative. il permet de gérer des membres.
|
||||||
|
|
||||||
**Version incluse :** 1.0.7
|
**Version incluse :** 1.1.1
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.0.7.tar.bz2
|
SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.1.1.tar.bz2
|
||||||
SOURCE_SUM=bf54afad2ebd1e04cb5fa7f5a2033a7c790e30e7fb69b6795b103d66dfcb6c06
|
SOURCE_SUM=a5bf599320e256e9adaba2ccc0a91a1116ad4efcc04c701fdbe3c05c0fc2f2f5
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.bz2
|
SOURCE_FORMAT=tar.bz2
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Software to manage association",
|
"en": "Software to manage association",
|
||||||
"fr": "Logiciel libre de gestion d'association"
|
"fr": "Logiciel libre de gestion d'association"
|
||||||
},
|
},
|
||||||
"version": "1.0.7~ynh2",
|
"version": "1.1.1~ynh1",
|
||||||
"url": "http://garradin.eu/a-propos/",
|
"url": "http://garradin.eu/a-propos/",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -79,7 +79,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
if [ "$upgrade_type" == "0.9.8" ]
|
if [ "$upgrade_type" == "0.9.8" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading upgrade to 0.9.8" --weight=5
|
ynh_script_progression --message="Upgrading upgrade to 0.9.8" --weight=5
|
||||||
# Download, check integrity, uncompress and patch the source from 0.9.8.src
|
# Download, check integrity, uncompress and patch the source from 0.9.8.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --source_id="0.9.8"
|
ynh_setup_source --dest_dir="$final_path" --source_id="0.9.8"
|
||||||
|
|
Loading…
Reference in a new issue