Ada: prepare inclusion of v5.8.0 in Alire index

pull/8714/head
mgrojo 2025-04-25 20:39:48 +02:00
parent b077c81eb6
commit e6e64515c7
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
name = "wolfssl" name = "wolfssl"
description = "WolfSSL encryption library and its Ada bindings" description = "WolfSSL encryption library and its Ada bindings"
version = "5.7.6" version = "5.8.0"
authors = ["WolfSSL Team <support@wolfssl.com>"] authors = ["WolfSSL Team <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>"] maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>", "Manuel Gomez <mgrojo@gmail.com>"]
maintainers-logins = ["Irvise"] maintainers-logins = ["Irvise", "mgrojo"]
licenses = "GPL-2.0-only" licenses = "GPL-2.0-only"
website = "https://www.wolfssl.com/" website = "https://www.wolfssl.com/"
project-files = ["wolfssl.gpr"] project-files = ["wolfssl.gpr"]
tags = ["ssl", "tls", "embedded", "spark"] tags = ["ssl", "tls", "embedded", "spark"]
[configuration.variables] [configuration.variables]
STATIC_PSK = {type = "Boolean", default = false} STATIC_PSK = {type = "Boolean", default = false}