From cd659b1e70d9ede8dffe42f9aecc08c4bf6f504c Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 10 Jan 2016 18:33:40 +0400 Subject: [PATCH] Updates. --- README.md | 2 +- manifest.json | 9 ++++++--- sources/install.sh | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94c267c..e1318eb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The package is **in progress**. Currently, it: -* Install uCoin 0.13.0 and it's dependencies: node, npm +* Install uCoin 0.13.x and it's dependencies: node, npm * Synchronize * Configure * Start diff --git a/manifest.json b/manifest.json index ab6afb8..d17a5c7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "uCoin", "id": "ucoin", "description": { - "en": "uCoin node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of money. This package permit join an existing money.", + "en": "uCoin node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of the money. This package permit to join an existing money.", "fr": "Nœud uCoin qui permet de participer à l’écriture de blocs. Système monétaire à dividende universel, monnaie libre, thérorie relative de la monnaie. Ce paquet permet de rejoindre une monnaie déjà existante." }, "url": "http://ucoin.io/", @@ -20,6 +20,7 @@ "install" : [ { "name": "domain", + "type": "domain", "ask": { "en": "Domain name", "fr": "Nom de domaine" @@ -28,6 +29,7 @@ }, { "name": "path", + "type": "path", "ask": { "en": "Path on which install the proxy", "fr": "Chemin sur lequel ajouter le proxy" @@ -37,6 +39,7 @@ }, { "name": "port", + "type": "port", "ask": { "en": "Port of uCoin node", "fr": "Port du nœud uCoin" @@ -47,8 +50,8 @@ { "name": "sync_node", "ask": { - "en": "Node's address to synchronise with", - "fr": "Adresse du nœud avec lequel se synchroniser" + "en": "Node's address (domain name or IP address) to synchronise with", + "fr": "Adresse du nœud (nom de domaine ou adresse IP) avec lequel se synchroniser" }, "example": "metab.ucoin.io", "default": "metab.ucoin.io" diff --git a/sources/install.sh b/sources/install.sh index a2fa0b6..98ee670 100644 --- a/sources/install.sh +++ b/sources/install.sh @@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then fi ucoin_latest_version() { - echo "v0.13.0" + echo "v0.13.3" } ucoin_repo_url() {