From 407b91150bab36b7dc597c842e468d034af38a4f Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 10 Feb 2026 16:54:20 +0700 Subject: [PATCH] Change bash-completion source --- recipes/terminal/bash-completion/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/terminal/bash-completion/recipe.toml b/recipes/terminal/bash-completion/recipe.toml index ce41919b5..c9a481ed6 100644 --- a/recipes/terminal/bash-completion/recipe.toml +++ b/recipes/terminal/bash-completion/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://src.fedoraproject.org/repo/pkgs/bash-completion/bash-completion-1.3.tar.bz2/a1262659b4bbf44dc9e59d034de505ec/bash-completion-1.3.tar.bz2" -blake3 = "02014d743f403407f40fc05c2405c4bdce85c33a571d6b4b9a269369710c803f" +tar = "https://github.com/scop/bash-completion/releases/download/2.17.0/bash-completion-2.17.0.tar.xz" +b3sum = "5d6725f3baea16467f9a360dde24fb1b9ed1cd3c4e9eb7a3b959d94864a98429" [build] template = "configure"