updated gitea to 1.9.2

This commit is contained in:
baldarn
2023-04-28 11:27:18 +02:00
parent b504556263
commit 5db9f6a1cc
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
## 1.19.2 (28-04-2023)
- Update to latest version from go-gitea/gitea
## 1.19.1 (13-04-2023)
- Update to latest version from go-gitea/gitea

View File

@@ -37,6 +37,6 @@
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.19.1",
"version": "1.19.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "24-03-2023",
"last_update": "28-04-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.19.1"
"upstream_version": "1.19.2"
}