1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrutiny_ynh.git synced 2024-09-03 20:16:24 +02:00

Upgrade to v0.8.1

https://github.com/AnalogJ/scrutiny/releases/tag/v0.8.1
This commit is contained in:
yunohost-bot 2024-04-09 03:43:30 +02:00 committed by YunoHost Bot
parent 6b5b58eb0b
commit 2254992193

View file

@ -4,7 +4,7 @@ id = "scrutiny"
name = "Scrutiny"
description.en = "WebUI for smartd S.M.A.R.T monitoring"
version = "0.8.0~ynh1"
version = "0.8.1~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.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"
amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-web-linux-amd64"
amd64.sha256 = "2cae6dc7ff4b0e510ed84763bfdd310839fc1cefe042610d1dd76e97cd7445a3"
arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-web-linux-arm64"
arm64.sha256 = "c0589522c02e1779468036e099ac307e54cf76505e747b976dfa38e736289c6f"
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.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"
amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-collector-metrics-linux-amd64"
amd64.sha256 = "904056ddc4e0bd3455a0db45d56f98084135a967eef018d18bfc8e4c0ef6887e"
arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-collector-metrics-linux-arm64"
arm64.sha256 = "63f792f2af8ce02759c99520cc5e9f0fb811e90c397ecbd911f2c14c8610aefd"
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.8.0/scrutiny-web-frontend.tar.gz"
sha256 = "f627dec3f797a6d012ff34016788fbed092697b80feaf05e3ebaa0b3460718a0"
url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-web-frontend.tar.gz"
sha256 = "1160db33f9b9d53a25e0a0dac2cb9381c04728b43b4616eff9a15a1aa08fda43"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^scrutiny-web-frontend.tar.gz$"