From 7a5b3e39c421f78a23fb1bea3b663c3e85109844 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Apr 2023 06:16:14 +0000 Subject: [PATCH 1/2] Upgrade to v0.7.0 --- conf/src/scrutiny-collector-metrics-linux-amd64.src | 4 ++-- conf/src/scrutiny-collector-metrics-linux-arm64.src | 4 ++-- conf/src/scrutiny-web-frontend.tar.gz.src | 4 ++-- conf/src/scrutiny-web-linux-amd64.src | 4 ++-- conf/src/scrutiny-web-linux-arm64.src | 4 ++-- manifest.toml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/src/scrutiny-collector-metrics-linux-amd64.src b/conf/src/scrutiny-collector-metrics-linux-amd64.src index 53c45bb..2bb0e5d 100644 --- a/conf/src/scrutiny-collector-metrics-linux-amd64.src +++ b/conf/src/scrutiny-collector-metrics-linux-amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.6.0/scrutiny-collector-metrics-linux-amd64 -SOURCE_SUM=e744a7b10e764e090ea72cd3a095da83cc1390f95c2d23ef5eabeee40081170f +SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.7.0/scrutiny-collector-metrics-linux-amd64 +SOURCE_SUM=89444f8f4602aea1501049d464468ab6524eb83bf8991c9fb0d49da5ba268a40 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=binary SOURCE_IN_SUBDIR= diff --git a/conf/src/scrutiny-collector-metrics-linux-arm64.src b/conf/src/scrutiny-collector-metrics-linux-arm64.src index 963824f..68d0880 100644 --- a/conf/src/scrutiny-collector-metrics-linux-arm64.src +++ b/conf/src/scrutiny-collector-metrics-linux-arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.6.0/scrutiny-collector-metrics-linux-arm64 -SOURCE_SUM=1f204e54065a3279034d4ab23931d0e387a0bd0ac927940b3b96328b6ec063e0 +SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.7.0/scrutiny-collector-metrics-linux-arm64 +SOURCE_SUM=2455cfc8459debf206ed6b54be8650fea1551a3ce723dcc7bdfbcfa29aedff3a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=binary SOURCE_IN_SUBDIR= diff --git a/conf/src/scrutiny-web-frontend.tar.gz.src b/conf/src/scrutiny-web-frontend.tar.gz.src index 35fdbd1..fe3f25e 100644 --- a/conf/src/scrutiny-web-frontend.tar.gz.src +++ b/conf/src/scrutiny-web-frontend.tar.gz.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.6.0/scrutiny-web-frontend.tar.gz -SOURCE_SUM=34a3494143b026fbf5bf2472661a6cd8e7eb37421b38f53fba59b2fa0c890896 +SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.7.0/scrutiny-web-frontend.tar.gz +SOURCE_SUM=f59e0e4574c3a70d0e1ab47e1f105a7a5a3f1d69d543011541929793519010d6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/src/scrutiny-web-linux-amd64.src b/conf/src/scrutiny-web-linux-amd64.src index 8999674..bb9dc4f 100644 --- a/conf/src/scrutiny-web-linux-amd64.src +++ b/conf/src/scrutiny-web-linux-amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.6.0/scrutiny-web-linux-amd64 -SOURCE_SUM=7fed82275fc0b9865aa05ab444d51175f573897a232a7cd01c0be83b62a510ba +SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.7.0/scrutiny-web-linux-amd64 +SOURCE_SUM=82d1c7e99032a2bc2fcf0ce9a4f94fa4fc6849825046fd4cc94e5a1b432b8b99 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=binary SOURCE_IN_SUBDIR= diff --git a/conf/src/scrutiny-web-linux-arm64.src b/conf/src/scrutiny-web-linux-arm64.src index 0e737aa..59920ca 100644 --- a/conf/src/scrutiny-web-linux-arm64.src +++ b/conf/src/scrutiny-web-linux-arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.6.0/scrutiny-web-linux-arm64 -SOURCE_SUM=2813c2b9e37625a31b308842d2debd81152693ecc41754d644df8877b4747268 +SOURCE_URL=https://github.com/AnalogJ/scrutiny/releases/download/v0.7.0/scrutiny-web-linux-arm64 +SOURCE_SUM=ba15631366ac45e481a7cc71c3630aad0fd477de476ba955aa3a8eab95a79ddd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=binary SOURCE_IN_SUBDIR= diff --git a/manifest.toml b/manifest.toml index 1c62fae..7a45998 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.6.0~ynh3" +version = "0.7.0~ynh1" maintainers = ["ewilly"] From 40787434b791594214969968a0cd7270cb74b6fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Apr 2023 06:16:19 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d1a60f..30027ac 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - (Future) Hard Drive performance testing & tracking -**Shipped version:** 0.6.0~ynh3 +**Shipped version:** 0.7.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e21024b..c9930c1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - (Future) Hard Drive performance testing & tracking -**Version incluse :** 0.6.0~ynh3 +**Version incluse :** 0.7.0~ynh1 ## Captures d’écran