From 920016281081781aecace87434368ac78e58a560 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 10:46:48 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 1fd2a39..93b77c9 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: curl description: Command line tool and library for transferring data with URLs version: 8.6.0 +revision: 2 url: https://curl.se/ license: MIT architecture: any +depends: ["libpsl"] +optional_depends: ["make-ca"] type: source