Browse Source

libssh: official mirror is down (#1057)

android-5
Vishal Biswas 8 years ago
committed by Fredrik Fornwall
parent
commit
4ceb78c2b7
  1. 4
      packages/libssh/build.sh

4
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.5
TERMUX_PKG_SRCURL=https://red.libssh.org/attachments/download/218/libssh-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095
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"

Loading…
Cancel
Save