From 1fe54efd5696f47b08c3190f7c79e70490e4e086 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 7 May 2024 03:32:34 +0200 Subject: [PATCH] Upgrade to v2.13.1 https://github.com/ergochat/ergo/releases/tag/v2.13.1 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 33748b2..581e2c0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ergo" description.en = "Modern IRC server (daemon/ircd)" description.fr = "Serveur IRC moderne (démon/ircd)" -version = "2.13.0~ynh1" +version = "2.13.1~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.0/ergo-2.13.0-linux-arm64.tar.gz" - arm64.sha256 = "a58b9dd78dc52f4b0faa96252fc80a111b3d71d0efce3b2233cff5a89b84bf81" - amd64.url = "https://github.com/ergochat/ergo/releases/download/v2.13.0/ergo-2.13.0-linux-x86_64.tar.gz" - amd64.sha256 = "476e65c85f6696231475ac30e09b50f20d96592f1fbee2d191cbedd3aad69fe1" - armhf.url = "https://github.com/ergochat/ergo/releases/download/v2.13.0/ergo-2.13.0-linux-armv6.tar.gz" - armhf.sha256 = "bba15e3b6d3a50b84aa9b716c0622e16cfd45052237ad86abe7d6dcbb49246ba" + 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" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "^ergo-.*-linux-arm64.tar.gz"