From b4f0df8b35d0b10071d4ac1daadeaff3d38848bd Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 9 Jul 2024 01:29:14 +0000 Subject: [PATCH] Update the gdb version --- recipes/wip/dev/debug/gdb/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/dev/debug/gdb/recipe.toml b/recipes/wip/dev/debug/gdb/recipe.toml index 1f1c2da23..9f84f29c8 100644 --- a/recipes/wip/dev/debug/gdb/recipe.toml +++ b/recipes/wip/dev/debug/gdb/recipe.toml @@ -1,6 +1,6 @@ #TODO compiled but not tested [source] -tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz" +tar = "https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz" [build] template = "custom" dependencies = [ -- GitLab