mirror of
https://github.com/YunoHost-Apps/satdress_ynh.git
synced 2024-09-03 20:16:27 +02:00
Merge pull request #11 from Thovi98/ci-auto-update-0.8.0
Ci auto update 0.8.0 + upgrade go version
This commit is contained in:
commit
800b60b98c
4 changed files with 6 additions and 8 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.7.2~ynh3
|
**Shipped version:** 0.8.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://github.com/nbd-wtf/satdress
|
**Demo:** https://github.com/nbd-wtf/satdress
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ Federated Lightning Address server anyone can self-host to receive Lightning pay
|
||||||
* Official user documentation: <https://github.com/nbd-wtf/satdresss>
|
* Official user documentation: <https://github.com/nbd-wtf/satdresss>
|
||||||
* Official admin documentation: <https://github.com/nbd-wtf/satdress>
|
* Official admin documentation: <https://github.com/nbd-wtf/satdress>
|
||||||
* Upstream app code repository: <https://github.com/nbd-wtf/satdress>
|
* Upstream app code repository: <https://github.com/nbd-wtf/satdress>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_satdress>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/satdress_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/satdress_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.7.2~ynh3
|
**Version incluse :** 0.8.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://github.com/nbd-wtf/satdress
|
**Démo :** https://github.com/nbd-wtf/satdress
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ Federated Lightning Address server anyone can self-host to receive Lightning pay
|
||||||
* Documentation officielle utilisateur : <https://github.com/nbd-wtf/satdresss>
|
* Documentation officielle utilisateur : <https://github.com/nbd-wtf/satdresss>
|
||||||
* Documentation officielle de l’admin : <https://github.com/nbd-wtf/satdress>
|
* Documentation officielle de l’admin : <https://github.com/nbd-wtf/satdress>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/nbd-wtf/satdress>
|
* Dépôt de code officiel de l’app : <https://github.com/nbd-wtf/satdress>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_satdress>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/satdress_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/satdress_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Satdress"
|
||||||
description.en = "Federated Lightning addresses server"
|
description.en = "Federated Lightning addresses server"
|
||||||
description.fr = "Serveur d'adresses Lightning fédéré"
|
description.fr = "Serveur d'adresses Lightning fédéré"
|
||||||
|
|
||||||
version = "0.7.2~ynh3"
|
version = "0.8.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Navan Chauhan"]
|
maintainers = ["Navan Chauhan"]
|
||||||
|
|
||||||
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/nbd-wtf/satdress/archive/refs/tags/v0.7.2.tar.gz"
|
url = "https://github.com/nbd-wtf/satdress/archive/refs/tags/v0.8.0.tar.gz"
|
||||||
sha256 = "1f7ec9987ee5d84aa8da6e96f8a5028fe1e391b6cdb3fd3cce3b637701645972"
|
sha256 = "465868053314520526f591b75f9ddfe446aba47ee793d76c74b4d9d9c20f4979"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
GO_VERSION="1.16"
|
GO_VERSION="1.20"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue