From 554cd00a9a2158ad6a05a6d6c7778d7d6ce6c28d Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 22 Mar 2024 14:58:54 +0200 Subject: [PATCH 1/2] update resource --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3bb771d..b32b906 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,8 +32,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_x86_64.tar.gz" - amd64.sha256 = "68c4d536d907e33532f13277915f5312a19105056d407f5c04f1360d01559323" + amd64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_debian11_x86_64.tar.gz" + amd64.sha256 = "32948ed786abd02d49c86ff614df5a49e629b14a7495ac96b641baddcd57945b" arm64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_arm64.tar.gz" arm64.sha256 = "8c391e024cc9094f0ec23ac325c2115013757da34fe730d46fc17436cf4773da" From 0af7f5550659a17f8d658c60897132027d5eaf76 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 22 Mar 2024 13:04:13 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 87261cc..ee7cb3b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks. - **Shipped version:** 22.7~ynh1 ## Screenshots @@ -27,9 +26,9 @@ Cjdns implements an encrypted IPv6 network using public-key cryptography for add ## Documentation and resources -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -37,10 +36,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug or sudo yunohost app upgrade cjdns -u https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:**