From e0435beea8d89bb3663017c4f7a99ab6972b9226 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 13 Feb 2026 21:37:49 +0200 Subject: [PATCH] Update package version to 1.52.0 --- pkg.info | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index b038fc8..93730a3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,12 @@ name: libuv description: Cross-platform asynchronous I/O -version: 1.51.0 +version: 1.52.0 +revision: 1 url: https://github.com/libuv/libuv license: MIT,CC-BY-4.0,ISC +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["glibc"] type: source +depends: + - glibc