diff --git a/README.md b/README.md index a409770..d2e1407 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 900b6c8..9cd2648 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/hooks/post_app_addaccess b/hooks/post_app_addaccess index fa3ab69..2f9bce8 100644 --- a/hooks/post_app_addaccess +++ b/hooks/post_app_addaccess @@ -8,6 +8,7 @@ filename=$(basename $0) # Set vars for following script +# TODO : app should be fetch from arguments # The file name is - 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 \ No newline at end of file +synchronize_users diff --git a/manifest.toml b/manifest.toml index ad671ef..d7208b3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"