Skip to content

Commit

Permalink
Update to WSJT-X 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Slotter committed Mar 23, 2021
1 parent 074159c commit 3212b79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion default/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sdrplay_x86_version: 2.13.1
# and the version number format is not consistent, so coding the automatic
# version determination is a "cat and mouse" game. It's just easier to
# hard-code the version number going forward. - djs 2020-06-06
wsjtx_version: 2.2.2
wsjtx_version: 2.3.0
wsjtx_212_md5sum_armf: 63a77f1875e274521f8c5e645e176657
wsjtx_212_md5sum_amd64: cda3bc89a5386fe54e54d26013d38635
wsjtx_212_md5sum_i386: e8dc2abe7160e7c3c74efdcb42c1b11f
Expand All @@ -28,3 +28,6 @@ wsjtx_221_md5sum_i386: e72c09c49d3ff72ca1abf2b44c3ffbf4
wsjtx_222_md5sum_armf: b7b685db0845670bee507da511766c6a
wsjtx_222_md5sum_amd64: 5aaa2935bcd8dc7a49ddf3cbbe257f80
wsjtx_222_md5sum_i386: 21309cddcad6b586ca47490965855ce0
wsjtx_230_md5sum_armf: e2de050eb1cd354b1884129948973360
wsjtx_230_md5sum_amd64: 339dd33fc007733cac5f29260bc89dc8
wsjtx_230_md5sum_i386: 8a4b52edd41c5fee439552bdcb9a0792
6 changes: 3 additions & 3 deletions tasks/install_wsjtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
url: https://physics.princeton.edu/pulsar/K1JT/wsjtx_{{ wsjtx_version }}_armhf.deb
dest: /home/{{ ham_user }}/hamradio/wsjtx_{{ wsjtx_version }}_armhf.deb
validate_certs: no
checksum: md5:{{ wsjtx_222_md5sum_armf }}
checksum: md5:{{ wsjtx_230_md5sum_armf }}
when: ansible_architecture == "armhf" or ansible_architecture == "armv7l" or ansible_architecture == "aarch64"

- name: Install WSJT-X {{ wsjtx_version }} (ARM)
Expand Down Expand Up @@ -85,7 +85,7 @@
url: https://physics.princeton.edu/pulsar/K1JT/wsjtx_{{ wsjtx_version }}_i386.deb
dest: /home/{{ ham_user }}/hamradio/wsjtx_{{ wsjtx_version }}_i386.deb
validate_certs: no
checksum: md5:{{ wsjtx_222_md5sum_i386 }}
checksum: md5:{{ wsjtx_230_md5sum_i386 }}
when: ansible_architecture == "i386"

- name: Install WSJT-X {{ wsjtx_version }} (x86)
Expand Down Expand Up @@ -119,7 +119,7 @@
url: https://physics.princeton.edu/pulsar/K1JT/wsjtx_{{ wsjtx_version }}_amd64.deb
dest: /home/{{ ham_user }}/hamradio/wsjtx_{{ wsjtx_version }}_amd64.deb
validate_certs: no
checksum: md5:{{ wsjtx_222_md5sum_amd64 }}
checksum: md5:{{ wsjtx_230_md5sum_amd64 }}
when: ansible_architecture == "x86_64" or ansible_architecture == "amd64"

# Install WSJT-X the hard way because we're having issues
Expand Down

0 comments on commit 3212b79

Please sign in to comment.