mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-14 21:22:03 +01:00
main/libuv: upgrade to 1.46.0
This commit is contained in:
parent
51839897f6
commit
ba76766bac
@ -2,7 +2,7 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libuv
|
||||
pkgver=1.45.0
|
||||
pkgver=1.46.0
|
||||
pkgrel=0
|
||||
pkgdesc="Cross-platform asychronous I/O"
|
||||
url="https://libuv.org/"
|
||||
@ -10,7 +10,7 @@ arch="all"
|
||||
license="MIT"
|
||||
makedepends_build="automake autoconf libtool"
|
||||
makedepends_host="linux-headers"
|
||||
subpackages="$pkgname-static $pkgname-dev $pkgname-dbg"
|
||||
subpackages="$pkgname-dbg $pkgname-static $pkgname-dev"
|
||||
source="https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-v$pkgver"
|
||||
|
||||
@ -24,6 +24,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
CFLAGS="$CFLAGS -O2" \
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -45,5 +46,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
0501b8629c7ce6318684d618d8e896b8d113064cac2b0ce42e9c6ba0dc33386a621c11e7556e795bdc4c082b670675ab5947b367e100e7575e4250ad070c6cf7 libuv-v1.45.0.tar.gz
|
||||
41b5606bd4575e1fd1a3a275d00e0bafdef0f43f251c9a032c49ab03134f50fb361e7f355ac0b34dd35959b3b0d29faf1aa7411002f430e3b0d78935a366b3da libuv-v1.46.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user