mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 06:17:48 +08:00
lib32-curl: update to 7.52.1 to fix security issues.
This commit is contained in:
parent
2ae42c8866
commit
9742596fa3
@ -1,6 +1,6 @@
|
|||||||
pkgname=lib32-curl
|
pkgname=lib32-curl
|
||||||
_pkgname=curl
|
_pkgname=curl
|
||||||
pkgver=7.52.0
|
pkgver=7.52.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An URL retrieval utility and library (32-bit)"
|
pkgdesc="An URL retrieval utility and library (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -9,7 +9,7 @@ license=('MIT')
|
|||||||
depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}=${pkgver}")
|
depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}=${pkgver}")
|
||||||
makedepends=('lib32-gcc-libs')
|
makedepends=('lib32-gcc-libs')
|
||||||
source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.bz2")
|
source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.bz2")
|
||||||
md5sums=('f0a7fef25eb1a5c5a0cb8f8b611f3895')
|
md5sums=('dd014df06ff1d12e173de86873f9f77a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$_pkgname-$pkgver"
|
cd "$_pkgname-$pkgver"
|
||||||
|
Loading…
Reference in New Issue
Block a user