From 0efeeb4816b93d7212a0980e5b5f53d82a1a109d Mon Sep 17 00:00:00 2001 From: Rafi594 Date: Tue, 29 Oct 2019 21:35:40 +0100 Subject: [PATCH 1/2] Upgrade to 3.3.0 and node 12 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f65d6d3..2541d38 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to - **Responsive interface.** The client works smoothly on every desktop, smartphone and tablet. - **Synchronized experience.** Always resume where you left off no matter what device. -**Shipped version:** 3.2.0 +**Shipped version:** 3.3.0 ## Screenshots diff --git a/conf/app.src b/conf/app.src index e9f7e0f..49fe7bd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/thelounge/thelounge/archive/v3.2.0.tar.gz -SOURCE_SUM=9dbf6a05f2a30c83b87b3976e318399842ef047314f45725b16ad600c7dc60b1 +SOURCE_URL=https://github.com/thelounge/thelounge/archive/v3.3.0.tar.gz +SOURCE_SUM=38cb3e14e106d86fc953686edec5e6c30a09a9945e2987e0579c8b78af2666c0 SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8979002..54cf99f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "The Lounge is a web IRC client.", "fr": "The Lounge est un client web IRC." }, - "version": "3.2.0~ynh1", + "version": "3.3.0~ynh1", "url": "https://thelounge.chat/", "license": "MIT", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 1bfd2f0..ff33779 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # nodejs version -nodejs_version=8 +nodejs_version=12 #================================================= # PERSONAL HELPERS From fff7f71d1bdb328ddfd2d944f9af5e5ca29da869 Mon Sep 17 00:00:00 2001 From: Rafi594 Date: Wed, 30 Oct 2019 09:31:30 +0100 Subject: [PATCH 2/2] Fix upgrade from old version --- conf/pull_request_template.md => pull_request_template.md | 0 scripts/upgrade | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/pull_request_template.md => pull_request_template.md (100%) diff --git a/conf/pull_request_template.md b/pull_request_template.md similarity index 100% rename from conf/pull_request_template.md rename to pull_request_template.md diff --git a/scripts/upgrade b/scripts/upgrade index 773c505..0d39612 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -109,7 +109,7 @@ fi #================================================= ynh_script_progression --message="Upgrading dependencies..." --time --weight=1 -ynh_cron_upgrade_node +ynh_install_nodejs $nodejs_version #================================================= # UPGRADE THE LOUNGE