1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gamja_ynh.git synced 2024-09-03 18:36:34 +02:00

Merge pull request #9 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-09-06 14:39:36 +02:00 committed by GitHub
commit b24fd22796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A simple IRC web client.
**Shipped version:** 1.0.0-beta.8~ynh2
**Shipped version:** 1.0.0-beta.8~ynh3
**Demo:** https://web.libera.chat/gamja/

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
A simple IRC web client.
**Version incluse :** 1.0.0-beta.8~ynh2
**Version incluse :** 1.0.0-beta.8~ynh3
**Démo :** https://web.libera.chat/gamja/

View file

@ -5,7 +5,7 @@ name = "Gamja"
description.en = "Simple IRC web client"
description.fr = "Simple IRC web client"
version = "1.0.0-beta.8~ynh2"
version = "1.0.0-beta.8~ynh3"
maintainers = ["eric_G"]
@ -35,8 +35,8 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.webircgateway]
url = "https://github.com/kiwiirc/webircgateway/archive/bb110ab6c4ca864b623070e5d5c0a95486390a9b.tar.gz"
sha256 = "96ae87e0c4148dac731e5709068de41803ff464edd53821eaf1ffcc7e4c0e1ce"
url = "https://github.com/kiwiirc/webircgateway/archive/4ee70fb5732f543014223c827a18e7c05b063a9d.tar.gz"
sha256 = "71582f5cf49b222910351d888cfff8152d5eee376c9a069aa01b03eaf5cf6273"
autoupdate.upstream = "https://github.com/kiwiirc/webircgateway"
autoupdate.strategy = "latest_github_commit"

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
nodejs_version=16
nodejs_version=20
go_version=1.20
#=================================================