diff --git a/roles/wownerod/defaults/main.yaml b/roles/wownerod/defaults/main.yaml index 7b9d32a..c78a893 100644 --- a/roles/wownerod/defaults/main.yaml +++ b/roles/wownerod/defaults/main.yaml @@ -1,7 +1,7 @@ --- -wownero_remote_url: 'https://git.wownero.com/attachments/46245bde-cd00-4cf8-983a-bf21f3e574e3' -wownero_remote_hash: 'sha256:40724396be555ad0d08a4263d83ec6e4dbfbb6d29116c40773eaf681a6faa215' -wownero_version: "0.9.0.0" +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_bin_dir: "/usr/local/bin" wownerod_path: "{{ wownero_bin_dir }}/wownerod" wownerod_p2p_port: "34567" diff --git a/roles/wownerod/tasks/install.yaml b/roles/wownerod/tasks/install.yaml index 1da2f72..d4d5868 100644 --- a/roles/wownerod/tasks/install.yaml +++ b/roles/wownerod/tasks/install.yaml @@ -15,6 +15,6 @@ extra_opts: - "--strip-components=1" - "--add-file" - - "wownero-linux-v{{ wownero_version }}/wownerod" + - "wownero-x86_64-linux-gnu-v{{ wownero_version }}/wownerod" notify: - restart wownerod