X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7e69873162f63ced9b88e81f55ebae409524aae0..398ddab9889cc1e52be709d92a51fbaa444e4505:/packages/libssh/build.sh diff --git a/packages/libssh/build.sh b/packages/libssh/build.sh index 8ecf99e2..94a4d18e 100644 --- a/packages/libssh/build.sh +++ b/packages/libssh/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://www.libssh.org/ TERMUX_PKG_DESCRIPTION="Tiny C SSH library" -TERMUX_PKG_VERSION=0.7.4 -TERMUX_PKG_SRCURL=https://red.libssh.org/attachments/download/210/libssh-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=39e1bec3b3cb452af3b8fd7f59c12c5ef5b9ed64f057c7eb0d1a5cac67ba6c0d +TERMUX_PKG_VERSION=0.7.5 +TERMUX_PKG_SRCURL=https://git.libssh.org/projects/libssh.git/snapshot/libssh-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=ff914e2ec6596badec453efaa63ef68c82c60074466f951167a4c60e49903336 TERMUX_PKG_DEPENDS="openssl"