mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-14 06:29:07 +08:00
lib32-curl: update to 7.55.0 to fix security issues.
This commit is contained in:
parent
6f85cd1f19
commit
2f653285aa
@ -1,6 +1,6 @@
|
||||
pkgname=lib32-curl
|
||||
_pkgname=curl
|
||||
pkgver=7.54.1
|
||||
pkgver=7.55.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=('6b6eb722f512e7a24855ff084f54fe55')
|
||||
md5sums=('90cd4d6b20fa7655d2b75efe09fd7bfe')
|
||||
|
||||
build() {
|
||||
cd "$_pkgname-$pkgver"
|
||||
@ -47,8 +47,4 @@ package() {
|
||||
# license
|
||||
install -d "$pkgdir/usr/share/licenses"
|
||||
ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
|
||||
|
||||
# devel
|
||||
find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
|
||||
mv "$pkgdir/usr/include/curl/curlbuild.h" "$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user