mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
update to v0.6.6
This commit is contained in:
parent
817389754e
commit
0c4dafd1c7
4 changed files with 7 additions and 8 deletions
|
@ -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.5~ynh2
|
||||
**Shipped version:** 0.6.6~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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.5~ynh2
|
||||
**Version incluse :** 0.6.6~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.5.tar.gz
|
||||
SOURCE_SUM=5a2b63028352c3a0726c5174148fd0e028934db250902427372a84680317f48e
|
||||
SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.6.tar.gz
|
||||
SOURCE_SUM=a4423b91bff3e05708c296fe6135d00b7d09acc33b15c7d078a5c8753a84aa5a
|
||||
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.6.5~ynh2",
|
||||
"version": "0.6.6~ynh1",
|
||||
"url": "https://git.sr.ht/~int80h/gemserv/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -23,7 +23,6 @@
|
|||
""
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
]
|
||||
"install": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue