diff --git a/README.md b/README.md index f87cd00..aaa5c2a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Dotclear is an open-source web publishing software. -**Shipped version:** 2.17.2 +**Shipped version:** 2.18 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 02bf9e9..7b1085f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.17.2.tar.gz -SOURCE_SUM=4247650007be7934f40924d09d519642 -SOURCE_SUM_PRG=md5sum +SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.18.tar.gz +SOURCE_SUM=6a99672db2c20e392d776c680dc87d5bc66962e8307ecf81a63feb6c5d2f398a +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=2 SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 4e01af1..087eaaa 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Blog publishing application", "fr": "Moteur de blog" }, - "version": "2.17.2~ynh1", + "version": "2.18~ynh1", "license": "GPL-2.0-or-later", "url": "https://dotclear.org/", "maintainer": { @@ -54,7 +54,7 @@ "ask": { "en": "Is it a public application ?" }, - "default": "true" + "default": true } ] } diff --git a/sources/patches/app-00-password_length.patch b/sources/patches/app-00-password_length.patch index a474105..b020960 100644 --- a/sources/patches/app-00-password_length.patch +++ b/sources/patches/app-00-password_length.patch @@ -1,8 +1,8 @@ diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php -index 53f0262..c203a84 100644 +index 3d0c45d..98a70a6 100644 --- a/inc/core/class.dc.core.php +++ b/inc/core/class.dc.core.php -@@ -829,8 +829,8 @@ class dcCore +@@ -839,8 +839,8 @@ class dcCore } if ($cur->isField('user_pwd')) {