mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
Upgrade to v2.14.0
https://github.com/ergochat/ergo/releases/tag/v2.14.0
This commit is contained in:
parent
572405f8ba
commit
9502d53d81
1 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ name = "Ergo"
|
|||
description.en = "Modern IRC server (daemon/ircd)"
|
||||
description.fr = "Serveur IRC moderne (démon/ircd)"
|
||||
|
||||
version = "2.13.1~ynh1"
|
||||
version = "2.14.0~ynh1"
|
||||
|
||||
maintainers = ["Navan Chauhan"]
|
||||
|
||||
|
@ -77,12 +77,12 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
arm64.url = "https://github.com/ergochat/ergo/releases/download/v2.13.1/ergo-2.13.1-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "ec7403c427019443395cb8691939a0751f9dfbf2db00829ec5d15b529668e0fe"
|
||||
amd64.url = "https://github.com/ergochat/ergo/releases/download/v2.13.1/ergo-2.13.1-linux-x86_64.tar.gz"
|
||||
amd64.sha256 = "eb473fc7bfbb804e6970cd9646b84c23a443a7b70a3e1d7dfaf1ec6a3b38aa7b"
|
||||
armhf.url = "https://github.com/ergochat/ergo/releases/download/v2.13.1/ergo-2.13.1-linux-armv6.tar.gz"
|
||||
armhf.sha256 = "eec00244a7e91fd5f6d341aaba3fafea3f7c08b3125bdf9d9c647ed11350be34"
|
||||
arm64.url = "https://github.com/ergochat/ergo/releases/download/v2.14.0/ergo-2.14.0-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "c6d41a5a3e56d78fbc7d08135bce968d05d7d243cf2bdbcbc2ad2941a4d0db97"
|
||||
amd64.url = "https://github.com/ergochat/ergo/releases/download/v2.14.0/ergo-2.14.0-linux-x86_64.tar.gz"
|
||||
amd64.sha256 = "333f2f119f0f80c94b48f7c8894f82a1bfc3aeaffd58a98d9e0aa70f848e4209"
|
||||
armhf.url = "https://github.com/ergochat/ergo/releases/download/v2.14.0/ergo-2.14.0-linux-armv6.tar.gz"
|
||||
armhf.sha256 = "04e085086d18ddc1412f72e1f95c0f254963a5dc18dd7d69a97a89ecc0af2f9b"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.arm64 = "^ergo-.*-linux-arm64.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue