From 44c4f8ce7b2de95e3e17c23254452b815695b220 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:32:02 +0200 Subject: [PATCH] Upgrade to version 2.104 (#56) * Upgrade to v2.104 * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot --- README.md | 3 +-- README_fr.md | 3 +-- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81f7606..3ed91cb 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.102~ynh1 +**Shipped version:** 2.104~ynh1 ## Screenshots @@ -42,7 +42,6 @@ If you can't connect you can fix the password of the user running: * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ee79b75..ab9fef9 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 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. -**Version incluse :** 2.102~ynh1 +**Version incluse :** 2.104~ynh1 ## Captures d’écran @@ -42,7 +42,6 @@ If you can't connect you can fix the password of the user running: * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/conf/app.src b/conf/app.src index b4e399d..dd2300c 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/webmin/webmin/releases/download/2.101/webmin_2.101_all.deb -SOURCE_SUM=6947cb39eff8b6150693f07057480a409e1614e8ad4e4cfb31a23970f88b5fbc +SOURCE_URL=https://github.com/webmin/webmin/releases/download/2.104/webmin_2.104_all.deb +SOURCE_SUM=80bb272ae7ade169b386c9b34fe0af535ea5e8342d7749917e8cc343f95498cb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 6035244..b06f4c8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web-based interface for system administration for Unix", "fr": "Interface Web d'administration système pour Unix" }, - "version": "2.102~ynh1", + "version": "2.104~ynh1", "url": "http://www.webmin.com", "upstream": { "license": "BSD-3-Clause",