updated gitea to 1.19.3

This commit is contained in:
baldarn
2023-05-05 06:31:56 +02:00
parent 65082f6555
commit fcfc863497
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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