mirror of
https://github.com/YunoHost-Apps/sutom_ynh.git
synced 2024-09-03 20:26:15 +02:00
fix
This commit is contained in:
parent
89cde7857a
commit
37a82618c6
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://framagit.org/JonathanMM/sutom/-/archive/a005e971b5b445356a210f727593445ee2356710/sutom-a005e971b5b445356a210f727593445ee2356710.tar.gz
|
||||
SOURCE_SUM=f7eed94b7eed6c6440a5d717af6cc4300187b17c810da78832289b2216ac2b00
|
||||
SOURCE_URL=https://framagit.org/JonathanMM/sutom/-/archive/6de079bf0b8a8880ec29b231388b7689b7b3c443/sutom-6de079bf0b8a8880ec29b231388b7689b7b3c443.tar.gz
|
||||
SOURCE_SUM=12b6cf5bb186437ddb08391a032b28fafb9c3606ac54b153a05f9495028ded7e
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Wordle-based online word game",
|
||||
"fr": "Jeu de lettres en ligne basé sur Wordle"
|
||||
},
|
||||
"version": "1.0.0~ynh4",
|
||||
"version": "1.0.0~ynh5",
|
||||
"url": "https://sutom.nocle.fr/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.9"
|
||||
"yunohost": ">= 11.2"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
nodejs_version=16
|
||||
nodejs_version=20
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue