Past versions of ssh-audit had URLs in this form:
https://github.com/jtesta/ssh-audit/releases/download/v3.3.0/ssh-audit-3.3.0.tar.gz
https://github.com/jtesta/ssh-audit/releases/download/v3.3.0/ssh-audit-3.3.0.tar.gz.sig
The 3.9.0 release has URLs in this form:
https://github.com/jtesta/ssh-audit/releases/download/v3.9.0/v3.9.0.tar.gz
https://github.com/jtesta/ssh-audit/releases/download/v3.9.0/v3.9.0.tar.gz.sig
Was omitting ssh-audit- from the file names and replacing this with v an accidental or intentional change?
I'm asking as I need to update my SSH Ansible role to install the latest version and I'm unsure if I should make an exception for version 3.9.0 or if I should assume that future versions will also have the new naming convention for downloads or if they will revert to the old naming system?
Past versions of
ssh-audithad URLs in this form:The
3.9.0release has URLs in this form:Was omitting
ssh-audit-from the file names and replacing this withvan accidental or intentional change?I'm asking as I need to update my SSH Ansible role to install the latest version and I'm unsure if I should make an exception for version
3.9.0or if I should assume that future versions will also have the new naming convention for downloads or if they will revert to the old naming system?