From 3572ab04fb1f213bf8efd1759b640cf281bc922b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:29:03 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 3b88010..02d60e7 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: squashfs-tools description: Tools to create and extract Squashfs filesystems version: 4.6.1 +revision: 2 url: https://github.com/plougher/squashfs-tools license: GPL2 architecture: any -make_depends: which +make_depends: ["which"] type: source