mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
Upgrade to 0.4.5~ynh1
This commit is contained in:
parent
6cc81d36fc
commit
880047e5d3
5 changed files with 7 additions and 8 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.
|
A gemini server written in rust.
|
||||||
|
|
||||||
**Shipped version:** 0.4.4~ynh2
|
**Shipped version:** 0.4.5~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://codeberg.org/Valenoern/gemserv/archive/v0.4.4.tar.gz
|
SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.4.5.tar.gz
|
||||||
SOURCE_SUM=810f56dfcbd1d8761afac4a5f3fbf64ec352aa78628ade1eb5e41285c58acf2a
|
SOURCE_SUM=7aeb5edc8af6ebefc2331aebc0c360798711c2fb16ee9cbde8c5c4f9502c491f
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -5,4 +5,3 @@ host = "::"
|
||||||
# are error, warn, and info. If error is set it will only show error. If warn
|
# 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.
|
# is set it will show error and warn. Info shows all three.
|
||||||
log = "info"
|
log = "info"
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A gemini server written in rust."
|
"en": "A gemini server written in rust."
|
||||||
},
|
},
|
||||||
"version": "0.4.4~ynh2",
|
"version": "0.4.5~ynh1",
|
||||||
"url": "https://codeberg.org/Valenoern/gemserv",
|
"url": "https://git.sr.ht/~int80h/gemserv/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"code": "https://codeberg.org/Valenoern/gemserv"
|
"code": "https://git.sr.ht/~int80h/gemserv"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue