diff --git a/README.md b/README.md index 9ce7681..ea24107 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Ergo (formerly known as Oragono) is a modern IRC server written in Go. Its core -**Shipped version:** 2.11.1~ynh1 +**Shipped version:** 2.13.0~ynh1 **Demo:** https://testnet.ergo.chat/ diff --git a/README_fr.md b/README_fr.md index 93ba5c2..3269278 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Ergo (anciennement connu sous le nom d'Oragono) est un serveur IRC moderne écri - Haute personnalisation via une configuration YAML réutilisable (c'est-à-dire rechargeable au moment de l'exécution) -**Version incluse :** 2.11.1~ynh1 +**Version incluse :** 2.13.0~ynh1 **Démo :** https://testnet.ergo.chat/ diff --git a/manifest.toml b/manifest.toml index a1ea532..33748b2 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.11.1~ynh1" +version = "2.13.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.11.1/ergo-2.11.1-linux-arm64.tar.gz" - arm64.sha256 = "9ab1408f12cbbad25917658dc40937c76f0da1cc44962d8b2336ce7c8cbc9420" - amd64.url = "https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-x86_64.tar.gz" - amd64.sha256 = "0b7912be327260ae91c4e2580cd83bf2cd86212d569972406a0be0b0eca3ef30" - armhf.url = "https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-armv6.tar.gz" - armhf.sha256 = "959d99c8b042c8113f11c0b0401e18bbac4dfec47fdc8277c6529531f2f27e3b" + 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" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "^ergo-.*-linux-arm64.tar.gz"