1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
This commit is contained in:
Éric Gaspar 2023-06-20 17:26:46 +02:00
parent 13554ce686
commit 2c312ba38f
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "Etherpad MyPads"
description.en = "Online editor providing collaborative editing in real-time"
description.fr = "Éditeur en ligne fournissant l'édition collaborative en temps réel"
version = "1.8.18~ynh3"
version = "1.9.0~ynh1"
maintainers = []
@ -80,8 +80,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/ether/etherpad-lite/archive/1.8.18.tar.gz"
sha256 = "67ccc0bac94e146b26fbddcf8330e0f543a4ff82213c420a376644614a7ff2c4"
url = "https://github.com/ether/etherpad-lite/archive/1.9.0.tar.gz"
sha256 = "552ada23d880a875238ba5f411ac873913d059ef6c82a087f9c021b849dcaa6b"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]

View file

@ -5,7 +5,7 @@
#=================================================
# NodeJS version
nodejs_version=14
nodejs_version=16
# MyPads version
# This variable is mostly used to force an upgrade of the package in case of new versions of MyPads.