mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-14 05:59:03 +08:00
lib32-curl: update to 7.56.0 to fix security issues.
This commit is contained in:
parent
5ba29f900f
commit
6664e8e440
@ -1,6 +1,6 @@
|
||||
pkgname=lib32-curl
|
||||
_pkgname=curl
|
||||
pkgver=7.55.1
|
||||
pkgver=7.56.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=('8c153f282bbe482495214654cdcd4182')
|
||||
md5sums=('e0caf257103e0c77cee5be7e9ac66ca4')
|
||||
|
||||
build() {
|
||||
cd "$_pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user