1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

Updated to version 1.7.10

This commit is contained in:
anmol26s 2018-09-01 20:03:40 +05:30
parent c9a6796ed7
commit f2ad859dc7
4 changed files with 11 additions and 6 deletions

View file

@ -2,7 +2,7 @@
[![Install Hubzilla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=webtrees)<br><br>
Leading on-line collaborative genealogy application https://www.webtrees.net<br>
<b> version:</b> 1.7.9,released 23 December 2016<br>
<b> version:</b> 1.7.10,released 12 August 2018<br>
<b>Demo:</b>https://dev.webtrees.net/demo-dev/index.php?ctype=gedcom&ged=demo<br>
<br>
No LDAP configuration is there for Webtrees yet.

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://launchpad.net/webtrees/1.7/1.7.9/+download/webtrees-1.7.9.zip
SOURCE_SUM=0f51ab5af9414b981ade19b582a7dd06
SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/1.7.10/webtrees-1.7.10.zip
SOURCE_SUM=c3740ccaeefea34946deda6942235e00
SOURCE_SUM_PRG=md5sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -5,14 +5,15 @@
"description": {
"en": "Webtrees is a free open source web-based genealogy application."
},
"version":"1.7.10",
"url": "https://www.webtrees.net",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.in"
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">> 2.4.0"
"yunohost": ">> 2.7.14"
},
"multi_instance": true,
"services": [
@ -20,7 +21,6 @@
"php5-fpm",
"mysql"
],
"license": "free",
"arguments": {
"install" : [
{

View file

@ -13,6 +13,11 @@ source /usr/share/yunohost/helpers
# MANAGE SCRIPT FAILURE
#=================================================
ynh_clean_setup () {
### Remove this function if there's nothing to clean before calling the remove script.
true
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors