Frugghi / iSSH2

A bash script to compile Libssh2 (and OpenSSL) for iOS, macOS, watchOS and tvOS.
Other
126 stars 45 forks source link

Libssh2 version fetched 1.9.0 instead of 1.10.0 #15

Open png995 opened 2 years ago

png995 commented 2 years ago

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

Jan-E commented 2 years ago

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

mezantrop commented 8 months ago

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