Skip to content

Commit 3247ffb

Browse files
committed
update URL to upstream zstd
1 parent d25242b commit 3247ffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, update your `build.zig.zon`:
1111
```
1212
# Initialize a `zig build` project if you haven't already
1313
zig init
14-
zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.6
14+
zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.6-1
1515
```
1616

1717
You can then import `zstd` in your `build.zig` with:

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.{
22
.name = "zstd",
3-
.version = "1.5.6",
3+
.version = "1.5.6-1",
44
.minimum_zig_version = "0.12.0",
55
.dependencies = .{
66
.zstd = .{
7-
.url = "git+https://github.com/facebook/zstd.git#v1.5.6",
7+
.url = "git+https://github.com/facebook/zstd.git?ref=v1.5.6#794ea1b0afca0f020f4e57b6732332231fb23c70",
88
.hash = "12205df4790849e6ab600128051b962361901b706f75cbffe2eb8da09a81069f9011",
99
},
1010
},

0 commit comments

Comments
 (0)