aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-24 15:35:39 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-28 15:09:36 +0000
commit044c99c001c6f3750434d37d8c14d6622d30befd (patch)
treec0959f72330f52fd9c7175e7cf19bd5830314bfc
parente6e21786a8843a339fe59b172cfc767a518072b2 (diff)
downloadaports-044c99c001c6f3750434d37d8c14d6622d30befd.tar.bz2
aports-044c99c001c6f3750434d37d8c14d6622d30befd.tar.xz
main/libssh2: upgrade to 1.9.0
-rw-r--r--main/libssh2/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/libssh2/APKBUILD b/main/libssh2/APKBUILD
index 31beeec234..b0701ba290 100644
--- a/main/libssh2/APKBUILD
+++ b/main/libssh2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libssh2
-pkgver=1.8.2
-pkgrel=1
+pkgver=1.9.0
+pkgrel=0
pkgdesc="library for accessing ssh1/ssh2 protocol servers"
url="https://libssh2.org/"
arch="all"
@@ -9,7 +9,6 @@ license="BSD-3-Clause"
makedepends="openssl-dev zlib-dev"
subpackages="$pkgname-dbg $pkgname-static $pkgname-dev $pkgname-doc"
source="http://www.libssh2.org/download/libssh2-$pkgver.tar.gz"
-builddir="$srcdir"/libssh2-$pkgver
# security fixes:
# 1.8.1-r0:
@@ -55,4 +54,4 @@ static() {
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib
}
-sha512sums="390ab4ad93bb738415ec11a6eb92806c9b9e9e5d8ee7c442d841a58b4292c1c447a9bc99e153ba464e2e11f9c0d1913469303598c3046722d1ae821991e8cb93 libssh2-1.8.2.tar.gz"
+sha512sums="41a3ebcf84e32eab69b7411ffb0a3b6e6db71491c968602b17392cfe3490ef00239726ec28acb3d25bf0ed62700db7f4d0bb5a9175618f413865f40badca6e17 libssh2-1.9.0.tar.gz"