package: bump version
Some checks failed
CI / build (-Dbuild-apps, true, ubuntu-latest, master) (push) Has been cancelled
CI / build (macos-latest, 0.13.0) (push) Has been cancelled
CI / build (ubuntu-latest, 0.12.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.13.0) (push) Has been cancelled
CI / build (windows-latest, 0.13.0) (push) Has been cancelled

This commit is contained in:
torque 2024-10-03 16:14:48 -07:00
parent 5ba009c755
commit 02abfefee4
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.{
.name = "libressl",
.version = "3.9.2",
.version = "3.9.2+1",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.libressl = .{

View File

@ -21,7 +21,7 @@ First, update your `build.zig.zon`:
```sh
# Initialize a `zig build` project if you haven't already
zig init
# replace <refname> with the version you want to use, e.g. 3.9.2
# replace <refname> with the version you want to use, e.g. 3.9.2+1
zig fetch --save git+https://github.com/allyourcodebase/libressl#<refname>
```
@ -40,4 +40,4 @@ your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "cryp
| Refname | LibreSSL Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
|----------|------------------|--------------|--------------|------------------|
| `3.9.2` | `3.9.2` | ✅ | ✅ | ✅ |
| `3.9.2+1`| `3.9.2+1` | ✅ | ✅ | ✅ |