From 179f0ca4945ef4e58398938f7ad597b6ae4baadd Mon Sep 17 00:00:00 2001 From: Vasiliy Doylov Date: Sat, 7 Jun 2025 19:19:48 +0300 Subject: [PATCH] CI: Update apkbuild Signed-off-by: Vasiliy Doylov --- misc/alpine/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/alpine/APKBUILD b/misc/alpine/APKBUILD index c2349ed9a..93ede5b0f 100644 --- a/misc/alpine/APKBUILD +++ b/misc/alpine/APKBUILD @@ -1,5 +1,5 @@ pkgname=libcamera -pkgver=0.5.0 +pkgver=9999999 pkgrel=0 pkgdesc="Linux camera framework" url="https://libcamera.org/"