zig: Fix hash extraction (#4773)

This commit is contained in:
Zarin 2023-05-04 21:37:28 -04:00 committed by GitHub
parent 9b9148e6ea
commit 39c1d5f504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}