mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
Merge branch 'testing' into upgrade_full_replace
This commit is contained in:
commit
91b8390189
3 changed files with 9 additions and 9 deletions
|
@ -33,7 +33,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a
|
|||
- Authentication via SMTP, LDAP.
|
||||
- Customize HTML templates, static files and many others.
|
||||
|
||||
**Shipped version:** 1.21.6-0~ynh1
|
||||
**Shipped version:** 1.21.7-0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Présenté par une communauté inclusive sous l'égide de Codeberg e.V., une org
|
|||
- Authentification via SMTP, LDAP.
|
||||
- Modèle personnalisé HTML, de fichiers statiques et de nombreux autres.
|
||||
|
||||
**Version incluse :** 1.21.6-0~ynh1
|
||||
**Version incluse :** 1.21.7-0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Forgejo"
|
|||
description.en = "Lightweight software forge"
|
||||
description.fr = "Forge logiciel légère"
|
||||
|
||||
version = "1.21.6-0~ynh1"
|
||||
version = "1.21.7-0~ynh1"
|
||||
|
||||
maintainers = [ "Emmanuel Averty" ]
|
||||
|
||||
|
@ -48,12 +48,12 @@ ram.runtime = "2G"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.6-0/forgejo-1.21.6-0-linux-amd64.xz"
|
||||
amd64.sha256 = "a7445b3d182a775f46084c9ec49b09e10064a1cbeee54a54175dc6b204ccc8a0"
|
||||
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.6-0/forgejo-1.21.6-0-linux-arm64.xz"
|
||||
arm64.sha256 = "0488690158b91acd2bee7f0b7f5158c1867df432ed573c79d2810a7dc594cf7d"
|
||||
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.6-0/forgejo-1.21.6-0-linux-arm-6.xz"
|
||||
armhf.sha256 = "5d635d154875799c357319734dd72b31350e50dd73fabd8255d6339bcac08bfc"
|
||||
amd64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.7-0/forgejo-1.21.7-0-linux-amd64.xz"
|
||||
amd64.sha256 = "0acf17200e7b083c6e6d3152ad8e86c2e7a4fccb2d2ee90ed04fd1474a18ffe6"
|
||||
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.7-0/forgejo-1.21.7-0-linux-arm64.xz"
|
||||
arm64.sha256 = "638fcb42d18f3696c1cf2c65a81eb4b812756977f3b49a2b7dbc0442d23c0400"
|
||||
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.7-0/forgejo-1.21.7-0-linux-arm-6.xz"
|
||||
armhf.sha256 = "e43c9496c1958bc7047c30cbefb8fefba2759f5786cb628a880f87875e75eb79"
|
||||
format = "whatever"
|
||||
extract = false # will be extracted during install script
|
||||
rename = "forgejo.xz"
|
||||
|
|
Loading…
Reference in a new issue