[arch-commits] Commit in libssh2/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Mar 18 22:02:34 UTC 2019
Date: Monday, March 18, 2019 @ 22:02:33
Author: anthraxx
Revision: 348622
upgpkg: libssh2 1.8.1-1 (security update)
Modified:
libssh2/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-18 21:59:27 UTC (rev 348621)
+++ PKGBUILD 2019-03-18 22:02:33 UTC (rev 348622)
@@ -1,23 +1,22 @@
# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
# Contributor: ice-man <icemanf at gmail.com>
pkgname=libssh2
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
url="https://www.libssh2.org/"
arch=('x86_64')
license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
+depends=('openssl' 'zlib')
provides=('libssh2.so')
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg
'914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg (old key)
source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('3d1147cae66e2959ea5441b183de1b1c'
+md5sums=('338f36a8bb7f5ef55715ac1864cc788c'
'SKIP')
build() {
More information about the arch-commits
mailing list