From 7e4f67a56197cd6de85420f6fc6c2ca6a47de11b Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 23 Mar 2022 19:58:42 +0000 Subject: [PATCH] dev-lua/luv: Fix homepage --- dev-lua/luv/luv-1.43.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luv/luv-1.43.0.recipe b/dev-lua/luv/luv-1.43.0.recipe index bcc69bb38..8e19331e0 100644 --- a/dev-lua/luv/luv-1.43.0.recipe +++ b/dev-lua/luv/luv-1.43.0.recipe @@ -1,9 +1,9 @@ SUMMARY="Bare libuv bindings for Lua" DESCRIPTION="luv are bare libuv bindings for Lua." -HOMEPAGE="http://www.inf.puc-rio.br/~roberto/lpeg/" +HOMEPAGE="https://github.com/luvit/luv" COPYRIGHT="2014 The Luvit Authors" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/luvit/luv/releases/download/${portVersion}-0/luv-${portVersion}-0.tar.gz" CHECKSUM_SHA256="567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2" SOURCE_DIR="luv-${portVersion}-0"