mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
feat: Forgejo 1.21.1-0
This commit is contained in:
parent
21813414ae
commit
6ef7eb9206
3 changed files with 9 additions and 9 deletions
|
@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a
|
|||
- Customize HTML templates, static files and many others.
|
||||
|
||||
|
||||
**Shipped version:** 1.20.5-0~ynh2
|
||||
**Shipped version:** 1.21.1-0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a
|
|||
- Customize HTML templates, static files and many others.
|
||||
|
||||
|
||||
**Version incluse :** 1.20.5-0~ynh2
|
||||
**Version incluse :** 1.21.1-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.20.5-0~ynh2"
|
||||
version = "1.21.1-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.20.5-0/forgejo-1.20.5-0-linux-amd64.xz"
|
||||
amd64.sha256 = "596f9e05c56f59bbdc83341263decb752acf8a6a7640c13c5fb50b88b007af77"
|
||||
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.5-0/forgejo-1.20.5-0-linux-arm64.xz"
|
||||
arm64.sha256 = "c3986c11c288b005ad489d33ddb939c748083f1835aa7fa8f4a82b11d8499967"
|
||||
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.5-0/forgejo-1.20.5-0-linux-arm-6.xz"
|
||||
armhf.sha256 = "45893e33fe4007f25e42b3c13349d20d635400a5568a98a3ef3b823522a90adc"
|
||||
amd64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.1-0/forgejo-1.21.1-0-linux-amd64.xz"
|
||||
amd64.sha256 = "6a1ae1d82bc89ad870e54608ac866f2b2c1c662356db62af7a04c5c3ce915fe7"
|
||||
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.1-0/forgejo-1.21.1-0-linux-arm64.xz"
|
||||
arm64.sha256 = "dbd980212c56de23e345c6c59c6a3d40f4004130b253f3ff8fc50e7445c62a59"
|
||||
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.21.1-0/forgejo-1.21.1-0-linux-arm-6.xz"
|
||||
armhf.sha256 = "40ac2b54021296ad14577bcd053273fe2eb812dfe35a742b03991a4a76be819c"
|
||||
format = "whatever"
|
||||
extract = false # will be extracted during install script
|
||||
rename = "forgejo.xz"
|
||||
|
|
Loading…
Reference in a new issue