mirror of
https://github.com/YunoHost-Apps/sutom_ynh.git
synced 2024-09-03 20:26:15 +02:00
commit
6f2f892fb2
6 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Jeu de lettres en ligne (et en français) basé sur Wordle. Le jeu se trouve à l'adresse https://sutom.nocle.fr
|
||||
|
||||
|
||||
**Shipped version:** 1.0.0~ynh4
|
||||
**Shipped version:** 1.0.0~ynh5
|
||||
|
||||
**Demo:** https://sutom.nocle.fr/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Jeu de lettres en ligne (et en français) basé sur Wordle. Le jeu se trouve à l'adresse https://sutom.nocle.fr
|
||||
|
||||
|
||||
**Version incluse :** 1.0.0~ynh4
|
||||
**Version incluse :** 1.0.0~ynh5
|
||||
|
||||
**Démo :** https://sutom.nocle.fr/
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
# 1.0.0~ynh1
|
||||
upgrade=1 from_commit=3203df977e8ab92fb24968adcabbcd901ab84785
|
||||
#upgrade=1 from_commit=3203df977e8ab92fb24968adcabbcd901ab84785
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue