From 2c38226be996f6f3da54982fbeb3864da1e7451e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Jul 2022 06:22:41 +0000 Subject: [PATCH 1/4] Upgrade to v2.33.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 5d62651..4c6ddc9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.32.0.tar.gz -SOURCE_SUM=85d9571c7a52dd41d6ffe1e7a32044bd723d2d57b89667a587153d08bc7a2337 +SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.33.0.tar.gz +SOURCE_SUM=bbf14183ae283fa2ec4020a26bf0c576ef3007477d075b806e98bc92715cafe4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 2227be4..ac69327 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "OpenID Connect Provider based on Yunohost LDAP server" }, - "version": "2.32.0~ynh1", + "version": "2.33.0~ynh1", "url": "https://github.com/YunoHost-Apps/dex_ynh", "upstream": { "license": "Apache-2.0", From 968f9fa8c81b2869e296558edd8b5926e3d93717 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Jul 2022 06:22:46 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560d8ca..db406a2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov - Interfaced with Yunohost's LDAP server -**Shipped version:** 2.32.0~ynh1 +**Shipped version:** 2.33.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d812248..7a4b677 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov - Interfaced with Yunohost's LDAP server -**Version incluse :** 2.32.0~ynh1 +**Version incluse :** 2.33.0~ynh1 ## Captures d'écran From e5383e60479ee1c8bc56523dbf43ffe86003aa54 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Aug 2022 07:16:59 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db406a2..e31b6b1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov **Shipped version:** 2.33.0~ynh1 + ## Screenshots ![Screenshot of Dex](./doc/screenshots/.DS_Store) diff --git a/README_fr.md b/README_fr.md index 7a4b677..789b9c8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,8 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov - Interfaced with Yunohost's LDAP server -**Version incluse :** 2.33.0~ynh1 +**Version incluse :** 2.33.0~ynh1 + ## Captures d'écran From 3c3dc920cc2a0a090d0a445f35bb577bae6a4533 Mon Sep 17 00:00:00 2001 From: Limezy Date: Tue, 23 Aug 2022 14:18:22 +0700 Subject: [PATCH 4/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ac69327..eb5adab 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "userdoc": "", "code": "https://github.com/dexidp/dex" }, - "license": "AGPL-3.0-only", + "license": "Apache-2.0", "maintainer": { "name": "Limezy" },