From 146492329a6a8902147c098764df764b8d5d7e86 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Mon, 25 Sep 2023 20:58:55 +1000 Subject: [PATCH] ashell 1.4.0 metadata update (allow compatible dependencies) (#902) * Add files via upload * ashell: Force use of GCC 11.2.4 until 'florist_blady' fixes 'unnecessary with of ancestor' warning, which was introduced in later versions of GCC. * ashell: Add spawn_server to project-files. * ashell: Disable availability on 'msys2' distributions. * Update 'alire.toml' to allow higher versions of dependencies to be used. --------- Co-authored-by: Alejandro R. Mosteo --- index/as/ashell/ashell-1.3.0.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/as/ashell/ashell-1.3.0.toml b/index/as/ashell/ashell-1.3.0.toml index d4db806bc..410d258e4 100644 --- a/index/as/ashell/ashell-1.3.0.toml +++ b/index/as/ashell/ashell-1.3.0.toml @@ -19,8 +19,8 @@ project-files = ["library/ashell.gpr", '...' = true [[depends-on]] -gcc = "11.2.4" -florist_blady = "6.0.0" +gcc = "^11.2.4" +florist_blady = "^6.0.0" [origin] commit = "8d2540e0f446427d11df1793b37cec04c01145a2" url = "git+https://github.com/charlie5/aShell.git"