diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e41fd..b143a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Changelog ## Unreleased #### Changed -* [Update to mypads 1.7.10]() +* [Upgrade to 1.8.4]() +* [Update to mypads 1.7.17]() ## [1.8.0~ynh1](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/74) - 2019-10-08 diff --git a/README.md b/README.md index 0869d59..42616c4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. This package will install the same plugins than [Framapad](https://framapad.org/). -**Shipped version:** 1.8.0 +**Shipped version:** 1.8.4 ## Screenshots diff --git a/README_fr.md b/README_fr.md index b19547f..b81c9df 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst Etherpad est un éditeur en ligne Open Source hautement personnalisable qui permet l'édition collaborative en temps réel. Ce paquet installera les mêmes plugins que [Framapad](https://framapad.org/). -**Version embarquée:** 1.8.0 +**Version embarquée:** 1.8.4 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 14d481e..1016585 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.0.tar.gz -SOURCE_SUM=f5fc307e4206b1db13d12833024968bc -SOURCE_SUM_PRG=md5sum +SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.4.tar.gz +SOURCE_SUM=b6ad9734a058d3b471cf15c060e609e978797e32559818e9f0a80e0a253c7ba8 +SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 139ef45..62468c4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Framapad clone, a online editor providing collaborative editing in real-time.", "fr": "Clone de Framapad, un éditeur en ligne fournissant l'édition collaborative en temps réel." }, - "version": "1.8.0~ynh1", + "version": "1.8.4~ynh1", "url": "https://framapad.org", "license": "Apache-2.0", "maintainer": { diff --git a/scripts/_variables b/scripts/_variables index 7c959bf..30b7d55 100644 --- a/scripts/_variables +++ b/scripts/_variables @@ -11,4 +11,4 @@ nodejs_version=10 # Mypads version # This variable is mostly used to force an upgrade of the package in case of new versions of mypads. -mypads_version=1.7.10 +mypads_version=1.7.17