luv, bump version (#10580)

This commit is contained in:
Schrijvers Luc
2024-06-08 16:09:52 +02:00
committed by GitHub
parent efc3312e88
commit 84cd34b1b0

View File

@@ -3,10 +3,10 @@ DESCRIPTION="luv are bare libuv bindings for Lua."
HOMEPAGE="https://github.com/luvit/luv"
COPYRIGHT="2014 The Luvit Authors"
LICENSE="Apache v2"
REVISION="4"
SOURCE_URI="https://github.com/luvit/luv/releases/download/${portVersion}-0/luv-${portVersion}-0.tar.gz"
CHECKSUM_SHA256="567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2"
SOURCE_DIR="luv-${portVersion}-0"
REVISION="1"
SOURCE_URI="https://github.com/luvit/luv/archive/refs/tags/${portVersion//_/-}.tar.gz"
CHECKSUM_SHA256="e64cd8a0197449288b37df6ca058120e8d2308fc305f543162b5bf3e92273a05"
SOURCE_DIR="luv-${portVersion//_/-}"
ARCHITECTURES="all !x86_gcc2"
if [ "$targetArchitecture" = x86_gcc2 ]; then
@@ -22,7 +22,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:liblua$secondaryArchSuffix >= 5.3
lib:liblua$secondaryArchSuffix
lib:libuv$secondaryArchSuffix
"
@@ -36,7 +36,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:liblua$secondaryArchSuffix >= 5.3
devel:liblua$secondaryArchSuffix >= 5.4
devel:libuv$secondaryArchSuffix
"
BUILD_PREREQUIRES="