From acbeb01397d3483f91e714b3dddc9d643941744b Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 17 Oct 2022 11:19:35 -0600 Subject: [PATCH] Update nghttp2 --- recipes/nghttp2/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/nghttp2/recipe.toml b/recipes/nghttp2/recipe.toml index f44d6bb76..8ed503ed8 100644 --- a/recipes/nghttp2/recipe.toml +++ b/recipes/nghttp2/recipe.toml @@ -1,5 +1,5 @@ [source] -tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.37.0/nghttp2-1.37.0.tar.xz" +tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.50.0/nghttp2-1.50.0.tar.xz" [build] template = "custom" -- GitLab