Merge pull request #962 from bruvv/patch-1

[Whoogle] Use latest tag
This commit is contained in:
Alexandre
2023-08-26 10:24:16 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"aarch64": "ghcr.io/benbusby/whoogle-search:0.8.2", "aarch64": "ghcr.io/benbusby/whoogle-search:latest",
"amd64": "ghcr.io/benbusby/whoogle-search:0.8.2", "amd64": "ghcr.io/benbusby/whoogle-search:latest",
"armv7": "ghcr.io/benbusby/whoogle-search:0.8.2" "armv7": "ghcr.io/benbusby/whoogle-search:latest"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -111,5 +111,5 @@
}, },
"slug": "whoogle-search", "slug": "whoogle-search",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
"version": "0.8.3" "version": "0.8.3-2"
} }