From 2817eb3ebed23783aa25c28db34eab29d5f4da3b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Mar 2024 02:42:54 +0100 Subject: [PATCH 1/2] Upgrade to v0.8.0 https://github.com/AnalogJ/scrutiny/releases/tag/v0.8.0 --- manifest.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.toml b/manifest.toml index de09f90..148777c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "scrutiny" name = "Scrutiny" description.en = "WebUI for smartd S.M.A.R.T monitoring" -version = "0.7.3~ynh3" +version = "0.8.0~ynh1" maintainers = ["ewilly"] @@ -44,10 +44,10 @@ ram.runtime = "50M" [resources.sources.main] in_subdir = false rename = "scrutiny-web-linux" - amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-web-linux-amd64" - amd64.sha256 = "42071cb77bd04a608d35e5a6ecd712bd2f3496d6a7e46374171a8fa8bfa255d4" - arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-web-linux-arm64" - arm64.sha256 = "da23b73dea681604db62450996f46f8542ef813c9fcc7125f377ee1da6fecd3e" + amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-web-linux-amd64" + amd64.sha256 = "a916c7bc7f61e5082b752f29a8cd44b35712c3e0cdf47fd24d16a0526240613a" + arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-web-linux-arm64" + arm64.sha256 = "5abb083864c1f2f173ca35980a648c51a5796c9d01cfbff90c18c5e7903cb77c" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^scrutiny-web-linux-amd64$" @@ -55,10 +55,10 @@ ram.runtime = "50M" [resources.sources.scrutiny-collector-metrics-linux] in_subdir = false - amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-collector-metrics-linux-amd64" - amd64.sha256 = "5dff7bc924a4003ae4e9d7c38832d87a931df74aec80b29dba929c18f2643f1b" - arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-collector-metrics-linux-arm64" - arm64.sha256 = "515bd6011723c1fd83bd861ad057437e419e589c315c53556e356bd3b850b363" + amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-collector-metrics-linux-amd64" + amd64.sha256 = "52cda4b5f6c9183996d2cde958d0cdccb329c9395f7609bf62e09d4113304804" + arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-collector-metrics-linux-arm64" + arm64.sha256 = "953b56db7806f0cc543b37d6b19c3d72ca76b7580a5367a1a99f5d96285347db" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^scrutiny-collector-metrics-linux-amd64$" @@ -66,8 +66,8 @@ ram.runtime = "50M" [resources.sources.scrutiny-web-frontend] in_subdir = true - url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-web-frontend.tar.gz" - sha256 = "4dc50dde48494a45c88ac4c8b37fe89038b3b64d7eb51636778e4194b32e328d" + url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-web-frontend.tar.gz" + sha256 = "f627dec3f797a6d012ff34016788fbed092697b80feaf05e3ebaa0b3460718a0" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^scrutiny-web-frontend.tar.gz$" From 5b1eb7c0344ce80223a213c878144cd913c8b515 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Mar 2024 01:42:57 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 15 +++++++-------- README_fr.md | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 6386e94..213a6f5 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - Configurable Alerting/Notifications via Webhooks - (Future) Hard Drive performance testing & tracking - -**Shipped version:** 0.7.3~ynh3 +**Shipped version:** 0.8.0~ynh1 ## Screenshots @@ -43,10 +42,10 @@ Scrutiny is a simple but focused application, with a couple of core features: ## Documentation and resources -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -54,10 +53,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug or sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 68f956e..5459285 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,8 +34,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - Configurable Alerting/Notifications via Webhooks - (Future) Hard Drive performance testing & tracking - -**Version incluse :** 0.7.3~ynh3 +**Version incluse :** 0.8.0~ynh1 ## Captures d’écran @@ -43,10 +42,10 @@ Scrutiny is a simple but focused application, with a couple of core features: ## Documentations et ressources -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -54,10 +53,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug ou sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :**