Skip to content

Commit 9d484a4

Browse files
committed
package: bump to 4.1.0
1 parent 43595de commit 9d484a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{
77
.libressl = .{
8-
.url = "https://github.com/libressl/portable/releases/download/v4.0.0/libressl-4.0.0.tar.gz",
9-
.hash = "N-V-__8AAGvDTQHGV38aqRN9PCALgEg4_XExU4juxdTJMTVQ",
8+
.url = "git+https://github.com/libressl/portable?ref=v4.1.0#a9ec775c091626f372b5129169d674372fe16ed8",
9+
.hash = "N-V-__8AADRvDACVNxOoidWR_-akPJUnUOotg8NsxJ36k7V6",
1010
},
1111
},
1212
.paths = .{

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "cryp
4040

4141
| Refname | LibreSSL Version | Zig `0.15.0-dev` | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
4242
|-----------|------------------|------------------|--------------|--------------|--------------|
43+
| `4.1.0+1` | `4.1.0` |||||
4344
| `4.0.0+3` | `4.0.0` |||||
4445
| `4.0.0+2` | `4.0.0` |||||
4546
| `4.0.0+1` | `4.0.0` |||||

0 commit comments

Comments
 (0)