lib32-curl: update to 7.58.0

This commit is contained in:
Jeff Huang 2018-01-25 01:37:21 +00:00
parent e16b13e709
commit d2bd9ff526

View File

@ -1,6 +1,6 @@
pkgname=lib32-curl
_pkgname=curl
pkgver=7.57.0
pkgver=7.58.0
pkgrel=1
pkgdesc="An URL retrieval utility and library (32-bit)"
arch=('x86_64')
@ -9,7 +9,7 @@ license=('MIT')
depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}=${pkgver}")
makedepends=('lib32-gcc-libs')
source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.bz2")
md5sums=('dd3e22e923be17663e67f721c2aec054')
md5sums=('fa049f9f90c1ae473a2a7bcfa14de976')
build() {
cd "$_pkgname-$pkgver"