1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/torrelay_ynh.git synced 2024-09-03 20:26:36 +02:00

bumping version

This commit is contained in:
OniriCorpe 2023-04-19 21:21:57 +02:00
parent efea5d98b3
commit c9017ec260

View file

@ -6,7 +6,7 @@
"en": "Defend Your Privacy! How To Create Your Own Tor Relay!", "en": "Defend Your Privacy! How To Create Your Own Tor Relay!",
"fr": "Defend Your Privacy! How To Create Your Own Tor Relay!" "fr": "Defend Your Privacy! How To Create Your Own Tor Relay!"
}, },
"version": "0.4.6.10~ynh1", "version": "0.4.6.10~ynh2",
"url": "https://www.torproject.org/", "url": "https://www.torproject.org/",
"upstream": { "upstream": {
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -23,10 +23,9 @@
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [],
],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -51,4 +50,4 @@
} }
] ]
} }
} }