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

Merge pull request #26 from YunoHost-Apps/testing

Testing to master
This commit is contained in:
Limezy 2022-10-04 22:23:11 +07:00 committed by GitHub
commit 8dbcd616bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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.34.0~ynh1
**Shipped version:** 2.35.1~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/dex_ynh/tree/master) used in the catalog is currently on version 2.34.0\~ynh1.)*
## Screenshots

View file

@ -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.34.0~ynh1
**Version incluse :** 2.35.1~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/dex_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.34.0\~ynh1.)*
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.34.0.tar.gz
SOURCE_SUM=39ea91dcd224604bf2a1e2e6918bc66a2f57ce76929e04745b48a4a8f6260e36
SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.35.1.tar.gz
SOURCE_SUM=03f2696e9ee32665ecc22bb2caf581952fc032cf760002f90f1db24447ad7ebb
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_EXTRACT=true

View file

@ -5,7 +5,7 @@
"description": {
"en": "OpenID Connect Provider based on Yunohost LDAP server"
},
"version": "2.34.0~ynh1",
"version": "2.35.1~ynh1",
"url": "https://github.com/YunoHost-Apps/dex_ynh",
"upstream": {
"license": "Apache-2.0",
@ -20,7 +20,7 @@
"name": "Limezy"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [

View file

@ -6,7 +6,7 @@
# dependencies used by the app
GO_VERSION="1.17"
GO_VERSION="1.19"
#=================================================
# PERSONAL HELPERS