Update wownerod to v0.9.1.0

This commit is contained in:
Matt Smith 2020-12-06 10:42:13 +00:00
parent 83831f1c29
commit 379089a84c
No known key found for this signature in database
GPG Key ID: 5162D20F840BDEF3
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
wownero_remote_url: 'https://git.wownero.com/attachments/d37154e8-0210-447e-b219-be9ddfdddc67'
wownero_remote_hash: 'sha256:499ba7a3e1f75f23ea7f7a03e75ef801541698a3045d728daf41b71d4fd65a38'
wownero_version: "0.9.0.2"
wownero_remote_url: 'https://git.wownero.com/attachments/64e4a11c-cdce-42de-b551-5f533fe42d48'
wownero_remote_hash: 'sha256:d93b77c897ece24669caf448b056a2c80eb4363ae147743d3d365ad1c7d469ff'
wownero_version: "0.9.1.0"
wownero_bin_dir: "/usr/local/bin"
wownerod_path: "{{ wownero_bin_dir }}/wownerod"
wownerod_p2p_port: "34567"

View File

@ -14,7 +14,8 @@
dest: "{{ wownero_bin_dir }}"
extra_opts:
- "--strip-components=1"
- "--wildcards"
- "--add-file"
- "wownero-x86_64-linux-gnu-v{{ wownero_version }}/wownerod"
- "wownero-*/wownerod"
notify:
- restart wownerod