1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Upgrade to 0.20 + use Node 20 (current LTS)

This commit is contained in:
Nicolas Frandeboeuf 2023-11-09 11:58:39 +01:00
parent 2c288cc279
commit 8ee5950cb7
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "Kresus"
description.en = "Personal finance manager" description.en = "Personal finance manager"
description.fr = "Outil personnel de gestion de finances" description.fr = "Outil personnel de gestion de finances"
version = "0.19.4~ynh5" version = "0.20.0~ynh1"
maintainers = ["Nicolas <nicofrand> Frandeboeuf"] maintainers = ["Nicolas <nicofrand> Frandeboeuf"]
@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://framagit.org/kresusapp/kresus/-/archive/0.19.4/kresus-0.19.4.tar.bz2" url = "https://framagit.org/kresusapp/kresus/-/archive/0.20.0/kresus-0.20.0.tar.bz2"
sha256 = "c168beaa37194f9e89c5f89bb163ea77dec8d7ce13fd1517e5c8d2b00a6234a9" sha256 = "589ac5fa9bfaa4e7f3b1b98e94d499d4965d29bb73d48452725667e48d2bd0f3"
[resources.ports] [resources.ports]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
nodejs_version=16 nodejs_version=20
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS