From 880047e5d33c2c092cd2afe16a35321abcb19fa3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 14 Jul 2021 15:10:42 +0200 Subject: [PATCH] Upgrade to 0.4.5~ynh1 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- conf/server.toml | 1 - manifest.json | 6 +++--- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6c9ecc3..b7655fe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A gemini server written in rust. -**Shipped version:** 0.4.4~ynh2 +**Shipped version:** 0.4.5~ynh1 diff --git a/README_fr.md b/README_fr.md index 1c116ac..758d459 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour -**Version incluse :** 0.4.4~ynh2 +**Version incluse :** 0.4.5~ynh1 diff --git a/conf/app.src b/conf/app.src index 152099d..ca65e49 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://codeberg.org/Valenoern/gemserv/archive/v0.4.4.tar.gz -SOURCE_SUM=810f56dfcbd1d8761afac4a5f3fbf64ec352aa78628ade1eb5e41285c58acf2a +SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.4.5.tar.gz +SOURCE_SUM=7aeb5edc8af6ebefc2331aebc0c360798711c2fb16ee9cbde8c5c4f9502c491f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/server.toml b/conf/server.toml index 7628ccc..8c895a0 100644 --- a/conf/server.toml +++ b/conf/server.toml @@ -5,4 +5,3 @@ host = "::" # are error, warn, and info. If error is set it will only show error. If warn # is set it will show error and warn. Info shows all three. log = "info" - diff --git a/manifest.json b/manifest.json index 25b4d09..db210cb 100644 --- a/manifest.json +++ b/manifest.json @@ -5,11 +5,11 @@ "description": { "en": "A gemini server written in rust." }, - "version": "0.4.4~ynh2", - "url": "https://codeberg.org/Valenoern/gemserv", + "version": "0.4.5~ynh1", + "url": "https://git.sr.ht/~int80h/gemserv/", "upstream": { "license": "MIT", - "code": "https://codeberg.org/Valenoern/gemserv" + "code": "https://git.sr.ht/~int80h/gemserv" }, "license": "MIT", "maintainer": {