From c09b723b7d51c1ec8a29d0313ede8130fd7db36f Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 19 Apr 2023 10:02:34 -0600 Subject: [PATCH] Use tar for noto-color-emoji --- recipes/noto-color-emoji/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/noto-color-emoji/recipe.toml b/recipes/noto-color-emoji/recipe.toml index 7dce87eeb..d04d1fdc1 100644 --- a/recipes/noto-color-emoji/recipe.toml +++ b/recipes/noto-color-emoji/recipe.toml @@ -1,5 +1,6 @@ [source] -git = "https://github.com/googlefonts/noto-emoji.git" +tar = "https://github.com/googlefonts/noto-emoji/archive/refs/tags/v2.038.tar.gz" +blake3 = "68967033281403aaeb0de59a95343a3cc4a76cbc9c3384cec93f2d46ac71037f" [build] template = "custom" -- GitLab