From fa1eaa1f4badf5bf4eaf242d1cf63d40099349dc 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: Thu, 25 Jan 2024 11:46:03 +0000 Subject: [PATCH] update thirdparty/libuv/HPKBUILD. 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