mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Merge pull request #13 from YunoHost-Apps/3.3.0
Upgrade to 3.3.0 and bump nodejs version
This commit is contained in:
commit
bcaf140aa2
6 changed files with 6 additions and 6 deletions
|
@ -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.
|
- **Responsive interface.** The client works smoothly on every desktop, smartphone and tablet.
|
||||||
- **Synchronized experience.** Always resume where you left off no matter what device.
|
- **Synchronized experience.** Always resume where you left off no matter what device.
|
||||||
|
|
||||||
**Shipped version:** 3.2.0
|
**Shipped version:** 3.3.0
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/thelounge/thelounge/archive/v3.2.0.tar.gz
|
SOURCE_URL=https://github.com/thelounge/thelounge/archive/v3.3.0.tar.gz
|
||||||
SOURCE_SUM=9dbf6a05f2a30c83b87b3976e318399842ef047314f45725b16ad600c7dc60b1
|
SOURCE_SUM=38cb3e14e106d86fc953686edec5e6c30a09a9945e2987e0579c8b78af2666c0
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
ARCH_FORMAT=tar.gz
|
ARCH_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "The Lounge is a web IRC client.",
|
"en": "The Lounge is a web IRC client.",
|
||||||
"fr": "The Lounge est un client web IRC."
|
"fr": "The Lounge est un client web IRC."
|
||||||
},
|
},
|
||||||
"version": "3.2.0~ynh1",
|
"version": "3.3.0~ynh1",
|
||||||
"url": "https://thelounge.chat/",
|
"url": "https://thelounge.chat/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# nodejs version
|
# nodejs version
|
||||||
nodejs_version=8
|
nodejs_version=12
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -109,7 +109,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading dependencies..." --time --weight=1
|
ynh_script_progression --message="Upgrading dependencies..." --time --weight=1
|
||||||
|
|
||||||
ynh_cron_upgrade_node
|
ynh_install_nodejs $nodejs_version
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPGRADE THE LOUNGE
|
# UPGRADE THE LOUNGE
|
||||||
|
|
Loading…
Reference in a new issue