iSSH2 icon indicating copy to clipboard operation
iSSH2 copied to clipboard

Libssh2 version fetched 1.9.0 instead of 1.10.0

Open png995 opened this issue 3 years ago • 2 comments

Libssh2 version fetched 1.9.0 instead of 1.10.0

echo git ls-remote --tags https://github.com/libssh2/libssh2.git | egrep "libssh2-[0-9]+(\.[0-9])*[a-zA-Z]?$" | cut -f 2 -d - | sort -t . -r | head -n 1 1.9.0

png995 avatar Oct 27 '21 07:10 png995

A solution is https://github.com/Jan-E/iSSH2/commit/a1a1b82527aad16811270d23cc0c20fd3d64f70d

Jan-E avatar Oct 27 '21 07:10 Jan-E

This should fix issues with old versions of libraries: https://github.com/Frugghi/iSSH2/pull/22

mezantrop avatar Jan 22 '24 19:01 mezantrop