From 3e7bc63b004d6fcb5e9a7f38848df01e6161338f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Jan 2022 22:36:39 +0100 Subject: [PATCH] Upgrade to 1.984~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 6 +++++- manifest.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffe5712..dcc8430 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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:** 1.979~ynh2 +**Shipped version:** 1.984~ynh1 diff --git a/README_fr.md b/README_fr.md index 7a4ed75..4421b5c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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 :** 1.979~ynh2 +**Version incluse :** 1.984~ynh1 diff --git a/check_process b/check_process index 12230c0..c64d406 100644 --- a/check_process +++ b/check_process @@ -12,6 +12,8 @@ upgrade=1 # 1.979~ynh1 upgrade=1 from_commit=157310ca395c326add85d24fa397f7fd0cadefb1 + # 1.979~ynh2 + upgrade=1 from_commit=99875e2b4c69f9ef22b05f565eeab52a8befb566 backup_restore=1 multi_instance=0 port_already_use=0 @@ -21,4 +23,6 @@ Email= Notification=none ;;; Upgrade options ; commit=157310ca395c326add85d24fa397f7fd0cadefb1 - name=1.979~ynh1. + name=1.979~ynh1 + ; commit=99875e2b4c69f9ef22b05f565eeab52a8befb566 + name=1.979~ynh2 diff --git a/manifest.json b/manifest.json index 4eb9a5b..340ebae 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": "1.979~ynh2", + "version": "1.984~ynh1", "url": "http://www.webmin.com", "upstream": { "license": "BSD-3-Clause",