From 85930b331410f1e1e779128b1e937afc9a3a7ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Mon, 22 Jan 2024 10:12:08 +0000 Subject: [PATCH] =?UTF-8?q?update=20thirdparty/libuv/HPKBUILD.=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- thirdparty/libuv/HPKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/libuv/HPKBUILD b/thirdparty/libuv/HPKBUILD index 4ea06840..896686c0 100644 --- a/thirdparty/libuv/HPKBUILD +++ b/thirdparty/libuv/HPKBUILD @@ -10,6 +10,8 @@ license=("MIT") depends=() makedepends=() + + source="https://github.com/libuv/$pkgname/archive/refs/tags/$pkgver.tar.gz" autounpack=true -- Gitee