mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] update to 0.14.2.
This commit is contained in:
parent
c3866bd4fa
commit
e2a7727e6f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ sudo yunohost app install https://github.com/ucoin-io/ucoin_ynh
|
||||||
The package is **in progress**.
|
The package is **in progress**.
|
||||||
Currently, it:
|
Currently, it:
|
||||||
|
|
||||||
* Install uCoin 0.13.x and it's dependencies: node, npm
|
* Install uCoin 0.14.2 and it's dependencies: node, npm
|
||||||
* Configure
|
* Configure
|
||||||
* Synchronize
|
* Synchronize
|
||||||
* Start
|
* Start
|
||||||
|
|
|
@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ucoin_latest_version() {
|
ucoin_latest_version() {
|
||||||
echo "v0.13.3"
|
echo "v0.14.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
ucoin_repo_url() {
|
ucoin_repo_url() {
|
||||||
|
|
Loading…
Reference in a new issue