From da741a9114821c06bca58e69bb27c80df209f4dc Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 11 Feb 2024 05:42:34 +0700 Subject: [PATCH] V2.38.0 (#45) * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: OniriCorpe --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4383aee..9bd6053 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov - Interfaced with YunoHost's LDAP server -**Shipped version:** 2.37.0~ynh2 +**Shipped version:** 2.38.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index f1a3d8a..e041a51 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Ce package YunoHost installera Dex et configurera un fournisseur canonique OpenI - Flux d'authentification OpenID Connect entièrement fonctionnel - Interfacé avec le serveur LDAP de YunoHost -**Version incluse :** 2.37.0~ynh2 +**Version incluse :** 2.38.0~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 4a73ec1..f577298 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Dex" description.en = "OpenID Connect Provider based on YunoHost LDAP server" description.fr = "Connecteur OpenID basé sur le serveur LDAP YunoHost" -version = "2.37.0~ynh2" +version = "2.38.0~ynh1" maintainers = [ "Limezy" ] @@ -58,10 +58,10 @@ ram.runtime = "50M" [resources.sources] - [resources.sources.main] - url = "https://github.com/dexidp/dex/archive/refs/tags/v2.37.0.tar.gz" - sha256 = "5140ecccac260855f375a40bb20120e644418d8e314c63667b0ee3e4ceace99f" - autoupdate.strategy = "latest_github_release" + [resources.sources.main] + url = "https://github.com/dexidp/dex/archive/refs/tags/v2.38.0.tar.gz" + sha256 = "ed9fa62c70e7a54261cd631501f28d3d1bfae7074294a8a6a782353fa6981241" + autoupdate.strategy = "latest_github_tag" [resources.system_user]