mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
Upgrade to 0.6.3~ynh1
This commit is contained in:
parent
d1e78f8cb4
commit
cc7c505308
5 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue