diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/libssh2/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/abs/core/libssh2/PKGBUILD b/abs/core/libssh2/PKGBUILD index d9b7d82..695c448 100644 --- a/abs/core/libssh2/PKGBUILD +++ b/abs/core/libssh2/PKGBUILD @@ -6,18 +6,20 @@ # Contributor: ice-man <icemanf@gmail.com> pkgname=libssh2 -pkgver=1.4.3 +pkgver=1.8.0 pkgrel=2 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts" -url="http://www.libssh2.org/" -arch=('i686' 'x86_64') +url="https://www.libssh2.org/" +arch=('x86_64') license=('BSD') depends=('openssl') makedepends=('zlib') provides=('libssh2.so') -source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc}) -md5sums=('071004c60c5d6f90354ad1b701013a0b' - 'bd01eca1e58c15233d69dae411dd2656') +validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg + '914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg (old key) +source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc}) +md5sums=('3d1147cae66e2959ea5441b183de1b1c' + 'SKIP') build() { cd "$pkgname-$pkgver" |