1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

feat: bump to forgejo 1.20.4-1

This commit is contained in:
Emmanuel Averty 2023-09-24 10:57:31 +02:00 committed by grosmanal
parent 6405efa0e5
commit 24206e6431
4 changed files with 11 additions and 10 deletions

View file

@ -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.3-0~ynh1
**Shipped version:** 1.20.4-1~ynh1
## Screenshots

View file

@ -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.3-0~ynh1
**Version incluse :** 1.20.4-1~ynh1
## Captures décran

View file

@ -8,6 +8,7 @@ filename=$(basename $0)
# Set vars for following script
# TODO : app should be fetch from arguments
# The file name is <priority>-<app>
app=${filename#*-}
@ -17,4 +18,4 @@ path=$(ynh_app_setting_get --app=$app --key=path)
# Load common variables and helpers
source ${pwd}/../../apps/${app}/scripts/_common.sh
synchronize_users
synchronize_users

View file

@ -5,7 +5,7 @@ name = "Forgejo"
description.en = "Lightweight software forge"
description.fr = "Forge logiciel légère"
version = "1.20.3-0~ynh1"
version = "1.20.4-1~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.3-0/forgejo-1.20.3-0-linux-amd64.xz"
amd64.sha256 = "c25a3d9ff28099d3e18a3ce3fe4372dfbdaa4b2b7909b6059a0bf594fdf2ee40"
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.3-0/forgejo-1.20.3-0-linux-arm64.xz"
arm64.sha256 = "ada6eb91af3bd93f38c4f9f88a8c2fecb414780bfae7a88c4bd1fb5441c6fbd2"
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.3-0/forgejo-1.20.3-0-linux-arm-6.xz"
armhf.sha256 = "cdc30dceb27a25a3d9b77742af464da4ee1e1afaa1c37e1391a001c9d59e18a8"
amd64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-1.20.4-1-linux-amd64.xz"
amd64.sha256 = "fa6ad8040cc8a9f44b6129b2e8974bb754c22d33c2937eb168bc70d680374c0a"
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-1.20.4-1-linux-arm64"
arm64.sha256 = "d1a66badabb425d23a92dad57efbeaa573c0b6f99f93cece3e8102ef8aadc212"
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-1.20.4-1-linux-arm-6.xz"
armhf.sha256 = "f753bd0ec24f35a05051244fc50e40a26c4c7e7d8c822a0d9f20638e9ecb8e2a"
format = "whatever"
extract = false # will be extracted during install script
rename = "forgejo.xz"