From 20fe5c416cd76cd660be33fa28314719b487bb10 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 2 Mar 2016 15:49:50 +0300 Subject: [PATCH] libssh2: Update to 1.7.0 --- mingw-w64-libssh2/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mingw-w64-libssh2/PKGBUILD b/mingw-w64-libssh2/PKGBUILD index 9427ead1f3..705dc2735b 100644 --- a/mingw-w64-libssh2/PKGBUILD +++ b/mingw-w64-libssh2/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer: Alexey Pavlov _realname=libssh2 +pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.6.0 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (mingw-w64)" arch=('any') url="https://libssh2.org" @@ -11,8 +12,8 @@ license=("BSD") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-zlib") options=('staticlibs' 'strip') -source=("$url/download/${_realname}-${pkgver}.tar.gz") -sha256sums=('5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215') +source=("${url}/download/${_realname}-${pkgver}.tar.gz") +sha256sums=('e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584') build() { [[ -d "${srcdir}/build-${CARCH}" ]] && rm -rf "${srcdir}/build-${CARCH}"