From cc7c50530879e26224c88f33124e468e2865a527 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 7 Jan 2022 00:29:13 +0100 Subject: [PATCH] Upgrade to 0.6.3~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 6 +++++- conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cc9750c..707e50c 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.5~ynh1 +**Shipped version:** 0.6.3~ynh1 diff --git a/README_fr.md b/README_fr.md index 065dc46..0a76e26 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.5~ynh1 +**Version incluse :** 0.6.3~ynh1 diff --git a/check_process b/check_process index f4efec3..dbd140a 100644 --- a/check_process +++ b/check_process @@ -16,6 +16,8 @@ upgrade=1 # 0.4.4~ynh1 upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f + # 0.4.5~ynh1 + upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0 backup_restore=1 multi_instance=0 port_already_use=0 @@ -25,4 +27,6 @@ Email=yalh@yahoo.com Notification=all ;;; Upgrade options ; commit=3fcde5a7829938763b393ac1e878929bdc35297f - name=0.4.4~ynh1. + name=0.4.4~ynh1 + ; commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0 + name=0.4.5~ynh1 diff --git a/conf/app.src b/conf/app.src index ca65e49..9d95499 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.4.5.tar.gz -SOURCE_SUM=7aeb5edc8af6ebefc2331aebc0c360798711c2fb16ee9cbde8c5c4f9502c491f +SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.3.tar.gz +SOURCE_SUM=e84656f1a3274d2becdecd731afe767477ead7f2c265c0d7ae8ee9e8bc81ded8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index db210cb..37a6a15 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "A gemini server written in rust." }, - "version": "0.4.5~ynh1", + "version": "0.6.3~ynh1", "url": "https://git.sr.ht/~int80h/gemserv/", "upstream": { "license": "MIT",