Commit 9175395
committed
lsr: remove using argument
I added support to `DownloadStrategyDetector` for tangled.sh Git URLs,
so the `using: :git` argument in the `lsr` formula is (or will be)
redundant. This formula will fail `brew audit` (after we remove the
exception to skip the related audit for `lsr`), so this removes the
argument.
Besides that, this modifies the formula to use `zig@14`, as the build
will fail with errors otherwise (i.e., `expected function or variable
declaration after pub` for `build.zig` lines like
`pub usingnamespace @import("src/zeit.zig");` and
`pub usingnamespace zzdoc;`).1 parent de1c05d commit 9175395
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments