updated gitea to 1.9.5

This commit is contained in:
baldarn
2023-07-05 09:37:58 +02:00
parent 95f62dc728
commit dc7785535a
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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