From c588e183d1f4d3ab704cf9959b4ed39ec10c52e6 Mon Sep 17 00:00:00 2001 From: wonka929 Date: Sun, 22 Feb 2026 12:11:05 +0100 Subject: [PATCH] Rimuovi la dipendenza da inetutils-ping nel file APKBUILD --- pack/alpine/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack/alpine/APKBUILD b/pack/alpine/APKBUILD index c67b427..baeadb0 100644 --- a/pack/alpine/APKBUILD +++ b/pack/alpine/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="WatchYourLAN - network host scanner and UI" url="https://github.com/aceberg/WatchYourLAN" arch="x86_64" license="MIT" -depends="inetutils-ping" +depends="" makedepends="go git" source=""