From d6b9a690f7c2a2f2e9e1355285bf3125b6ed2a46 Mon Sep 17 00:00:00 2001 From: Petr Hrdina Date: Thu, 7 Aug 2025 23:20:59 +0200 Subject: [PATCH] Add blake3 hash to utf8proc recipe --- recipes/libs/utf8proc/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/libs/utf8proc/recipe.toml b/recipes/libs/utf8proc/recipe.toml index e17e3c79..c34c12f1 100644 --- a/recipes/libs/utf8proc/recipe.toml +++ b/recipes/libs/utf8proc/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.10.0.tar.gz" +blake3 = "6f675db5d1ae55ad0825351ba9c58a5b5c24c862f559cc7bfed1cb63c1185594" [build] template = "custom"