[arch-commits] Commit in libssh2/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Tue Oct 25 18:54:01 UTC 2016


    Date: Tuesday, October 25, 2016 @ 18:54:01
  Author: dreisner
Revision: 279244

upgpkg: libssh2 1.8.0-1

Modified:
  libssh2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-25 18:31:53 UTC (rev 279243)
+++ PKGBUILD	2016-10-25 18:54:01 UTC (rev 279244)
@@ -6,18 +6,19 @@
 # Contributor: ice-man <icemanf at gmail.com>
 
 pkgname=libssh2
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
-url="http://www.libssh2.org/"
+url="https://www.libssh2.org/"
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('openssl')
 makedepends=('zlib')
 provides=('libssh2.so')
-validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
-source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('b01662a210e94cccf2f76094db7dac5c'
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+              '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg (old key)
+source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('3d1147cae66e2959ea5441b183de1b1c'
          'SKIP')
 
 build() {



More information about the arch-commits mailing list