bump: 2024.6.7-f5eb56b63

This commit is contained in:
ange 2024-06-11 16:51:50 +02:00
parent f2f8d479bb
commit e5a2f16346
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 660 additions and 658 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,6 @@
DOCKER_API='https://hub.docker.com/v2/namespaces/searxng/repositories/searxng'
REPO='https://github.com/searxng/searxng/raw'
tmp="$(mktemp)"
new_tag="$(curl -L "$DOCKER_API/tags" | jq -r '.results[2].name')"
new_commit="$(grep -Eo '\w+$' <<< "$new_tag")"