diff --git a/README.md b/README.md
index 53ebc0b..9da49eb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Install Hubzilla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=webtrees)
Leading on-line collaborative genealogy application https://www.webtrees.net
- version: 1.7.9,released 23 December 2016
+ version: 1.7.10,released 12 August 2018
Demo:https://dev.webtrees.net/demo-dev/index.php?ctype=gedcom&ged=demo
No LDAP configuration is there for Webtrees yet.
diff --git a/conf/app.src b/conf/app.src
index fc88007..f86e2c7 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -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
diff --git a/manifest.json b/manifest.json
index ffb753e..e67371b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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" : [
{
diff --git a/scripts/install b/scripts/install
index fc627bb..c80be0a 100755
--- a/scripts/install
+++ b/scripts/install
@@ -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