mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
Update announceybot templates
This commit is contained in:
parent
382f3e57c8
commit
81cdd6107b
3 changed files with 12 additions and 12 deletions
|
@ -19,10 +19,10 @@ Modify your `build.zig.zon` like this:
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
|
||||||
.hash = "{hash}",
|
.hash = "{hash}",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"",
|
"",
|
||||||
},
|
},
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
.url = "https://github.com/zigzap/zap/archive/{tag}.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/{tag}.tar.gz",
|
||||||
.hash = "{hash}",
|
.hash = "{hash}",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"",
|
"",
|
||||||
},
|
},
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -29,10 +29,10 @@ Here is a complete `build.zig.zon` example:
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
|
||||||
.hash = "{hash}",
|
.hash = "{hash}",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"",
|
"",
|
||||||
},
|
},
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue