From 1aeeb8e7161697bc888874e18fdd3c583daf839f Mon Sep 17 00:00:00 2001 From: baldarn Date: Wed, 7 Sep 2022 12:21:34 +0200 Subject: [PATCH] update gitea addon --- gitea/config.json | 2 +- gitea/updater.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea/config.json b/gitea/config.json index f3bc9c055..7161aae6b 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -32,6 +32,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.17.1", + "version": "1.17.2", "webui": "http://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 0fd6a2338..af16ceeb3 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "01-09-2022", + "last_update": "07-09-2022", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.17.1" + "upstream_version": "1.17.2" }