diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-02-22 20:41:46 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-02-22 20:41:46 (GMT) |
commit | 867ed58c3f9dabc074410993d6c21956a700f88e (patch) | |
tree | 3751fbfc6fb29f97c9b07fe0a20756289e7d4192 | |
parent | 986b709cdfa90185cccd6446154deb0d1776c4b6 (diff) | |
download | linhes_pkgbuild-867ed58c3f9dabc074410993d6c21956a700f88e.zip linhes_pkgbuild-867ed58c3f9dabc074410993d6c21956a700f88e.tar.gz linhes_pkgbuild-867ed58c3f9dabc074410993d6c21956a700f88e.tar.bz2 |
libssh2: update to 1.8.0
-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" |