mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Upgrade to v5.0.4 (#58)
This commit is contained in:
parent
2f841883dd
commit
f18f7f17e5
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -27,7 +27,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
- Edit accounts, even the imported ones
|
||||
- Generate TOTP and HOTP security codes
|
||||
|
||||
**Shipped version:** 5.0.3~ynh1
|
||||
**Shipped version:** 5.0.4~ynh1
|
||||
|
||||
**Demo:** https://demo.2fauth.app/login
|
||||
|
||||
|
@ -54,4 +54,4 @@ or
|
|||
sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -27,7 +27,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
- Modifier les comptes, même ceux importés
|
||||
- Générer des codes de sécurité TOTP et HOTP
|
||||
|
||||
**Version incluse :** 5.0.3~ynh1
|
||||
**Version incluse :** 5.0.4~ynh1
|
||||
|
||||
**Démo :** https://demo.2fauth.app/login
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "2FAuth"
|
|||
description.en = "self-hosted alternative to One Time Passcode"
|
||||
description.fr = "Alternative auto-hébergée a One Time Passcode"
|
||||
|
||||
version = "5.0.3~ynh1"
|
||||
version = "5.0.4~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -44,8 +44,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.0.3.tar.gz"
|
||||
sha256 = "c62be0369530f43c7bbb4c4b9ee7074313dcf578c371bfabb7bcc39514d4d5d9"
|
||||
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.0.4.tar.gz"
|
||||
sha256 = "2382649accf9fbe5fab10a70fbea68a81c2fd1ecfaf4b111367b776673bd499a"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue