update libressl to 3.7.3 (#2197)

pull/2200/head
xpxz 1 year ago committed by GitHub
parent 5d65d9479f
commit c5acba7a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/l/libressl/xmake.lua

@ -5,6 +5,7 @@ package("libressl")
add_urls("https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(version).tar.gz")
add_versions("3.4.2", "cb82ca7d547336917352fbd23db2fc483c6c44d35157b32780214ec74197b3ce")
add_versions("3.7.3", "7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3")
if is_plat("windows") then
add_deps("cmake")

Loading…
Cancel
Save