From 4592ebce9fbca5203ddb92354c496702b3c43a98 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 21 Oct 2023 06:17:40 +0200 Subject: [PATCH 1/3] Upgrade to v0.8.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2930038..ad8e52f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Satdress" description.en = "Federated Lightning addresses server" description.fr = "Serveur d'adresses Lightning fédéré" -version = "0.7.2~ynh3" +version = "0.8.0~ynh1" maintainers = ["Navan Chauhan"] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/nbd-wtf/satdress/archive/refs/tags/v0.7.2.tar.gz" - sha256 = "1f7ec9987ee5d84aa8da6e96f8a5028fe1e391b6cdb3fd3cce3b637701645972" + url = "https://github.com/nbd-wtf/satdress/archive/refs/tags/v0.8.0.tar.gz" + sha256 = "465868053314520526f591b75f9ddfe446aba47ee793d76c74b4d9d9c20f4979" autoupdate.strategy = "latest_github_tag" [resources.ports] From 79b8b712a69b1c7891aff0c6525adb78241d9cc3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 21 Oct 2023 04:17:41 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 553b448..67b5263 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** 0.7.2~ynh3 +**Shipped version:** 0.8.0~ynh1 **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: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 1c4e21a..dcf8fa8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. -**Version incluse :** 0.7.2~ynh3 +**Version incluse :** 0.8.0~ynh1 **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 : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs From 44452f7ccfcae9f735e97cd9eab60095932468d6 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:35:04 +0100 Subject: [PATCH 3/3] Upgrade go version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d839314..1021f79 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -GO_VERSION="1.16" +GO_VERSION="1.20" #================================================= # PERSONAL HELPERS