Upgrade gitea to 1.16.6

This commit is contained in:
Josué Tille 2022-04-21 22:03:16 +02:00
parent 504218bf40
commit bb48e42d63
No known key found for this signature in database
GPG Key ID: 716A6C99B04194EF
7 changed files with 13 additions and 14 deletions

View File

@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to Github.
**Shipped version:** 1.16.5~ynh1
**Shipped version:** 1.16.6
@ -125,4 +124,4 @@ or
sudo yunohost app upgrade gitea -u https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** https://yunohost.org/packaging_apps

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.5/gitea-1.16.5-linux-arm-6
SOURCE_SUM=901aa164ac550110213e9a6ec7fb7c38371004ec0fb4218e07bce6eec1623bbf
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.6/gitea-1.16.6-linux-arm-6
SOURCE_SUM=11b4979f1669aa70a8d31af44865eae19affa68a421e35c654f22e8d5cbff8e8
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.5/gitea-1.16.5-linux-arm64
SOURCE_SUM=e442d45e86d67e13c109e3d92ebb3482edc7487167ca284f5188a13246069329
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.6/gitea-1.16.6-linux-arm64
SOURCE_SUM=d36e23b6c065c63d6dc6b8bfdd3a13ef02eea81fee17a16f623e049273e8ab8c
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,8 +1,8 @@
# The armv7 build is brocken
# See : https://github.com/go-gitea/gitea/issues/6700
# Use temporary the armv6 binary
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.5/gitea-1.16.5-linux-arm-6
SOURCE_SUM=901aa164ac550110213e9a6ec7fb7c38371004ec0fb4218e07bce6eec1623bbf
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.6/gitea-1.16.6-linux-arm-6
SOURCE_SUM=11b4979f1669aa70a8d31af44865eae19affa68a421e35c654f22e8d5cbff8e8
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.5/gitea-1.16.5-linux-386
SOURCE_SUM=1ae85d435c4dd95f4a47f45349d4fa06cbc39de7473ebd9f95bd67676d3ea802
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.6/gitea-1.16.6-linux-386
SOURCE_SUM=5e01b620dc9d0b903b9b57b5b1f9da41bad93fb14d0065b0715bf16c61b425c0
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.5/gitea-1.16.5-linux-amd64
SOURCE_SUM=c0fb4107dc4debf08e6e27fd3383e06dc232ccb410123179c7ae8d7cec60765f
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.16.6/gitea-1.16.6-linux-amd64
SOURCE_SUM=a96751af12d5e96301a97c280bafb92782e0e9b7a0bbe8960c704c0c0361e576
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -14,7 +14,7 @@
},
"url": "http://gitea.io",
"license": "MIT",
"version": "1.16.5~ynh1",
"version": "1.16.6~ynh1",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"