mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-19 14:45:36 +08:00
lib32-curl: update to 7.61.0 to fix security issues.
This commit is contained in:
parent
0f0b3f5152
commit
cfeffbddef
@ -1,6 +1,6 @@
|
||||
pkgname=lib32-curl
|
||||
_pkgname=curl
|
||||
pkgver=7.60.0
|
||||
pkgver=7.61.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=('bd2aabf78ded6a9aec8a54532fd6b5d7')
|
||||
md5sums=('31d0a9f48dc796a7db351898a1e5058a')
|
||||
|
||||
build() {
|
||||
cd "$_pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user