From 536650c50f020bcc53b9df4a68a390931df35f89 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 12 Jan 2024 16:02:50 -0700 Subject: [PATCH] Promote libarchive to libs --- recipes/{wip => libs}/libarchive/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename recipes/{wip => libs}/libarchive/recipe.toml (57%) diff --git a/recipes/wip/libarchive/recipe.toml b/recipes/libs/libarchive/recipe.toml similarity index 57% rename from recipes/wip/libarchive/recipe.toml rename to recipes/libs/libarchive/recipe.toml index 176b87b1a..b5686e0ba 100644 --- a/recipes/wip/libarchive/recipe.toml +++ b/recipes/libs/libarchive/recipe.toml @@ -1,5 +1,6 @@ -#TODO Undefined reference to "getgrnam" and "getgrgid" [source] tar = "https://libarchive.org/downloads/libarchive-3.6.2.tar.xz" +blake3 = "f98695fe81235a74fa3fc2c3ba0f0d4f13ea15f9be3850b83e304cf5d78be710" + [build] template = "configure" -- GitLab