diff --git a/README.md b/README.md index 70b03a9..816ff96 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A gemini server written in rust. -**Shipped version:** 0.6.3~ynh1 +**Shipped version:** 0.6.5~ynh1 diff --git a/README_fr.md b/README_fr.md index abef5e4..c7a0a39 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour A gemini server written in rust. -**Version incluse :** 0.6.3~ynh1 +**Version incluse :** 0.6.5~ynh1 diff --git a/check_process b/check_process index a75248c..2a29843 100644 --- a/check_process +++ b/check_process @@ -13,6 +13,8 @@ upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f # 0.4.5~ynh1 upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0 + # 0.6.3~ynh1 + upgrade=1 from_commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7 backup_restore=1 multi_instance=0 port_already_use=0 @@ -25,3 +27,5 @@ Notification=all name=0.4.4~ynh1 ; commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0 name=0.4.5~ynh1 + ; commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7 + name=0.6.3~ynh1 diff --git a/conf/app.src b/conf/app.src index 9d95499..7b093cf 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.3.tar.gz -SOURCE_SUM=e84656f1a3274d2becdecd731afe767477ead7f2c265c0d7ae8ee9e8bc81ded8 +SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.5.tar.gz +SOURCE_SUM=5a2b63028352c3a0726c5174148fd0e028934db250902427372a84680317f48e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 375404a..e0bcc1f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "A gemini server written in rust." }, - "version": "0.6.3~ynh1", + "version": "0.6.5~ynh1", "url": "https://git.sr.ht/~int80h/gemserv/", "upstream": { "license": "MIT",