libuv: update to 1.45.0.

This commit is contained in:
triallax 2023-06-17 13:39:53 +01:00 committed by Andrew J. Hesford
parent 25908b0b66
commit 30d0770d05

View file

@ -1,31 +1,28 @@
# Template file for 'libuv' # Template file for 'libuv'
pkgname=libuv pkgname=libuv
version=1.44.2 version=1.45.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="pkg-config"
short_desc="Multi-platform support library with a focus on asynchronous I/O" short_desc="Multi-platform support library with a focus on asynchronous I/O"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT, CC-BY-SA-4.0" license="MIT, BSD-2-Clause, ISC"
homepage="https://libuv.org/" homepage="https://libuv.org/"
changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz" distfiles="https://dist.libuv.org/dist/v${version}/libuv-v${version}-dist.tar.gz"
checksum=e6e2ba8b4c349a4182a33370bb9be5e23c51b32efb9b9e209d0e8556b73a48da checksum=3793d8c0d6fa587721d010d0555b7e82443fd4e8b3c91e529eb6607592f52b87
# the tests fail when run as root and as such break in the CI containers # the tests fail when run as root and as such break in the CI containers
make_check="extended" make_check=ci-skip
LDFLAGS="-pthread" LDFLAGS="-pthread"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vlicense LICENSE-extra
} }
libuv-devel_package() { libuv-devel_package() {
depends="libuv>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include