mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
updated lib32-curl to version 7.21.6
This commit is contained in:
parent
ed077a5c93
commit
6fb12f6d92
@ -5,17 +5,17 @@
|
||||
|
||||
_pkgbasename=curl
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=7.21.3
|
||||
pkgrel=2
|
||||
pkgver=7.21.6
|
||||
pkgrel=1
|
||||
pkgdesc="An URL retrieval utility and library (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://curl.haxx.se"
|
||||
license=('MIT')
|
||||
depends=('lib32-zlib' 'lib32-openssl' 'bash' 'ca-certificates' $_pkgbasename)
|
||||
depends=('lib32-zlib' 'lib32-openssl' 'lib32-libssh2' 'bash' 'ca-certificates' $_pkgbasename)
|
||||
makedepends=(gcc-multilib)
|
||||
options=('!libtool')
|
||||
source=("http://curl.haxx.se/download/${_pkgbasename}-${pkgver}.tar.bz2")
|
||||
md5sums=('5b57fee22090b5c43a6886fdd35af2ce')
|
||||
md5sums=('6611989a81ebd7b03a35adc3001ddee0')
|
||||
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user