libssh: official mirror is down (#1057)
authorVishal Biswas <vshlbiswas@ymail.com>
Sat, 27 May 2017 00:06:56 +0000 (05:36 +0530)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 27 May 2017 00:06:56 +0000 (02:06 +0200)
packages/libssh/build.sh

index 3fde8f7..94a4d18 100644 (file)
@@ -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"