libressl/build.zig.zon
torque fbd8c18115
Some checks are pending
CI / build (macos-latest, 0.13.0) (push) Waiting to run
CI / build (true, ubuntu-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.12.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.13.0) (push) Waiting to run
CI / build (windows-latest, 0.13.0) (push) Waiting to run
readme: add additional information
2024-09-15 12:43:52 -07:00

19 lines
489 B
Zig

.{
.name = "libressl",
.version = "3.9.2",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.libressl = .{
.url = "https://github.com/libressl/portable/releases/download/v3.9.2/libressl-3.9.2.tar.gz",
.hash = "1220713b293eab87698edf5d6b9bbacf6c17684e65c42da2ad00da6e7e9cf1df5517",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-LIBRESSL",
"readme.md",
},
}