diff --git a/recipes/dev/git/recipe.toml b/recipes/dev/git/recipe.toml index 043f88f4aa..9c080d81e9 100644 --- a/recipes/dev/git/recipe.toml +++ b/recipes/dev/git/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://www.kernel.org/pub/software/scm/git/git-2.13.1.tar.xz" -blake3 = "bc78271bffd60c5b8b938d8c08fd74dc2de8d21fbaf8f8e0e3155436d9263f17" +tar = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz" +blake3 = "99cf418d6426cd615c2818986002f3d4619c707bceea9c624414cc2362c1ff5e" patches = ["git.patch"] [build] diff --git a/recipes/net/rsync/recipe.toml b/recipes/net/rsync/recipe.toml index 4a967f2706..6cb39d848c 100644 --- a/recipes/net/rsync/recipe.toml +++ b/recipes/net/rsync/recipe.toml @@ -1,5 +1,6 @@ [source] -tar = "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz" +tar = "https://download.samba.org/pub/rsync/src/rsync-3.4.4.tar.gz" +blake3 = "898696b6bacf0d4d26b9461c229f2bd2c2ea14e12fa26843091aaad3dea35a47" patches = ["redox.patch"] [build] diff --git a/recipes/tests/iperf3/recipe.toml b/recipes/tests/iperf3/recipe.toml index d126ce350d..38875f81d7 100644 --- a/recipes/tests/iperf3/recipe.toml +++ b/recipes/tests/iperf3/recipe.toml @@ -1,5 +1,6 @@ [source] -tar = "https://downloads.es.net/pub/iperf/iperf-3.20.tar.gz" +tar = "https://downloads.es.net/pub/iperf/iperf-3.21.tar.gz" +blake3 = "cf65cc24932678720afac0daffbc82619d40fbd9634517360b03fee8fdeeed6a" [build] template = "configure"