From e6e64515c7e844e36916559ce560ab80993bb9dd Mon Sep 17 00:00:00 2001 From: mgrojo Date: Fri, 25 Apr 2025 20:39:48 +0200 Subject: [PATCH] Ada: prepare inclusion of v5.8.0 in Alire index --- wrapper/Ada/alire.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wrapper/Ada/alire.toml b/wrapper/Ada/alire.toml index 025f0b5a5..1af7e82e5 100644 --- a/wrapper/Ada/alire.toml +++ b/wrapper/Ada/alire.toml @@ -1,14 +1,14 @@ name = "wolfssl" description = "WolfSSL encryption library and its Ada bindings" -version = "5.7.6" +version = "5.8.0" authors = ["WolfSSL Team "] -maintainers = ["Fernando Oleo Blanco "] -maintainers-logins = ["Irvise"] +maintainers = ["Fernando Oleo Blanco ", "Manuel Gomez "] +maintainers-logins = ["Irvise", "mgrojo"] licenses = "GPL-2.0-only" website = "https://www.wolfssl.com/" project-files = ["wolfssl.gpr"] tags = ["ssl", "tls", "embedded", "spark"] [configuration.variables] -STATIC_PSK = {type = "Boolean", default = false} \ No newline at end of file +STATIC_PSK = {type = "Boolean", default = false}