From 05bd329cae9d021fed170b4a866bae1639077f68 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 26 Feb 2024 04:06:06 +0100 Subject: [PATCH] Upgrade to v2.105 (#61) --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f853756..cd59873 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like `/etc/passwd`, and lets you manage a system from the console or remotely. -**Shipped version:** 2.104~ynh2 +**Shipped version:** 2.105~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 537d760..3e9671b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Webmin est une interface Web pour l'administration système pour Unix. À l'aide de n'importe quel navigateur Web moderne, vous pouvez configurer des comptes d'utilisateurs, Apache, DNS, le partage de fichiers et bien plus encore. Webmin supprime le besoin de modifier manuellement les fichiers de configuration Unix comme « /etc/passwd » et vous permet de gérer un système depuis la console ou à distance. -**Version incluse :** 2.104~ynh2 +**Version incluse :** 2.105~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index ff74b76..bb18d5e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Webmin" description.en = "Web-based interface for system administration" description.fr = "Interface Web d'administration système" -version = "2.104~ynh2" +version = "2.105~ynh1" maintainers = [] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/webmin/webmin/releases/download/2.104/webmin_2.104_all.deb" - sha256 = "80bb272ae7ade169b386c9b34fe0af535ea5e8342d7749917e8cc343f95498cb" + url = "https://github.com/webmin/webmin/releases/download/2.105/webmin_2.105_all.deb" + sha256 = "d257060d92409e2ec68856b484a8333044ef08000bdc5c66705d7f55407931d9" rename = "webmin.deb" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^webmin_.*_all.deb$"