mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
zig: Fix hash extraction (#4773)
This commit is contained in:
parent
9b9148e6ea
commit
39c1d5f504
@ -35,8 +35,8 @@
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://ziglang.org/download/",
|
||||
"regex": "(?sm)$basename.*?$sha256"
|
||||
"url": "https://ziglang.org/download/index.json",
|
||||
"regex": "(?s)$basename.*?$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user