From 5ce7704c1b938b6b18166d03ef2a6a5bba86818e Mon Sep 17 00:00:00 2001 From: Chilledheart Date: Fri, 1 May 2015 17:16:28 +0800 Subject: [PATCH] curl: Update to 7.42.1 --- mingw-w64-curl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-curl/PKGBUILD b/mingw-w64-curl/PKGBUILD index 0764f6a8f2..c922c75a13 100644 --- a/mingw-w64-curl/PKGBUILD +++ b/mingw-w64-curl/PKGBUILD @@ -5,8 +5,8 @@ _variant=-openssl _realname=curl pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=7.42.0 -pkgrel=2 +pkgver=7.42.1 +pkgrel=1 pkgdesc="An URL retrival utility and library. (mingw-w64)" arch=('any') url="http://curl.haxx.se" @@ -29,7 +29,7 @@ options=('staticlibs') source=("$url/download/${_realname}-$pkgver.tar.bz2"{,.asc} "0001-curl-relocation.patch" "0002-curl-mingw-enable-static.patch") -md5sums=('0a10174a0ea5105c46e92b51e1b311f8' +md5sums=('296945012ce647b94083ed427c1877a8' 'SKIP' '58520051c4ed77781d233c3fa40a5435' 'eac9e212e619490966ae47004bec547b')