diff --git a/README.md b/README.md index 3e3f997..f04208f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ SPIP is a publishing system for the Internet in which great importance is attach Source: [spip.net](http://www.spip.net/en_rubrique25.html) -**Shipped version:** 3.2.11 +**Shipped version:** 4.0.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 4bd6e0a..851f191 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ SPIP est un système de publication pour l’Internet qui s’attache particuli Source: [spip.net](http://www.spip.net/fr_rubrique91.html) -**Version incluse:** 3.2.11 +**Version incluse:** 4.0.0 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index d1e302b..f6ecdec 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://files.spip.net/spip/archives/spip-v3.2.11.zip -SOURCE_SUM=6b713ec10d9ceff367ec7f76f32d9438b76919f493cae3ef3a3db0cfce570df3 +SOURCE_URL=https://files.spip.net/spip/archives/spip-v4.0.0.zip +SOURCE_SUM=d17513fcdac32c07b327ad18032facfcadd174719fba2d4598f10b1c931b7e5a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 6a9a493..7bb9686 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "CMS with a focus on collaborative edition and multilingualism", "fr": "CMS conçu pour l'édition collaborative et le multilinguisme" }, - "version": "3.2.11~ynh2", + "version": "4.0.0~ynh1", "url": "http://www.spip.net/", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 2828d4e..66780cd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # SET ALL CONSTANTS #================================================= -YNH_PHP_VERSION="7.2" +YNH_PHP_VERSION="7.3" extra_php_dependencies="php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gd"