mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
update sources.json
This commit is contained in:
parent
252c13ba49
commit
9c8e4148bd
1 changed files with 34 additions and 12 deletions
46
sources.json
46
sources.json
|
@ -36,24 +36,24 @@
|
|||
},
|
||||
"latest": {
|
||||
"x86_64-linux": {
|
||||
"url": "https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.3685+dae7aeb33.tar.xz",
|
||||
"version": "0.10.0-dev.3685+dae7aeb33",
|
||||
"sha256": "dfc8f5ecb651342f1fc2b2828362b62f74fadac9931bda785b80bf7ecfcfabb2"
|
||||
"url": "https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224",
|
||||
"sha256": "2986cf501a5d659d193d21c416651c93d1216c3311599f29b86c1fcada55dc50"
|
||||
},
|
||||
"aarch64-linux": {
|
||||
"url": "https://ziglang.org/builds/zig-linux-aarch64-0.10.0-dev.3685+dae7aeb33.tar.xz",
|
||||
"version": "0.10.0-dev.3685+dae7aeb33",
|
||||
"sha256": "57a0ef0c9bede041022a8ef1c2d0e82af8565fc7c3c31f9100c6e3ae3ba998c0"
|
||||
"url": "https://ziglang.org/builds/zig-linux-aarch64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224",
|
||||
"sha256": "f90fa6b8d0b5292b60467b77239e64d58e71b1cab330db23681efdc7afd45f4b"
|
||||
},
|
||||
"x86_64-darwin": {
|
||||
"url": "https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.3685+dae7aeb33.tar.xz",
|
||||
"version": "0.10.0-dev.3685+dae7aeb33",
|
||||
"sha256": "b5013990c58e00fcdb0f9673a6fbcef7e0eef05640a54d5b5043d58be25ed281"
|
||||
"url": "https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224",
|
||||
"sha256": "a833e7bddea968ecd40f51e38cc923026659c62da3213c7043c6b34c02bb3c0d"
|
||||
},
|
||||
"aarch64-darwin": {
|
||||
"url": "https://ziglang.org/builds/zig-macos-aarch64-0.10.0-dev.3685+dae7aeb33.tar.xz",
|
||||
"version": "0.10.0-dev.3685+dae7aeb33",
|
||||
"sha256": "9d055ec9f750e94c8a66d207a5b977780e66ae780092ef552d692bf5792f0a43"
|
||||
"url": "https://ziglang.org/builds/zig-macos-aarch64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224",
|
||||
"sha256": "dafc41cd7086d3635c7fb8e83d8d8f7b1fd1921784969050c637313c07bb46ff"
|
||||
}
|
||||
},
|
||||
"2021-02-20": {
|
||||
|
@ -7808,6 +7808,28 @@
|
|||
"sha256": "57a0ef0c9bede041022a8ef1c2d0e82af8565fc7c3c31f9100c6e3ae3ba998c0",
|
||||
"version": "0.10.0-dev.3685+dae7aeb33"
|
||||
}
|
||||
},
|
||||
"2022-09-01": {
|
||||
"x86_64-darwin": {
|
||||
"url": "https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"sha256": "a833e7bddea968ecd40f51e38cc923026659c62da3213c7043c6b34c02bb3c0d",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224"
|
||||
},
|
||||
"aarch64-darwin": {
|
||||
"url": "https://ziglang.org/builds/zig-macos-aarch64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"sha256": "dafc41cd7086d3635c7fb8e83d8d8f7b1fd1921784969050c637313c07bb46ff",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224"
|
||||
},
|
||||
"x86_64-linux": {
|
||||
"url": "https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"sha256": "2986cf501a5d659d193d21c416651c93d1216c3311599f29b86c1fcada55dc50",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224"
|
||||
},
|
||||
"aarch64-linux": {
|
||||
"url": "https://ziglang.org/builds/zig-linux-aarch64-0.10.0-dev.3836+c5f1b3224.tar.xz",
|
||||
"sha256": "f90fa6b8d0b5292b60467b77239e64d58e71b1cab330db23681efdc7afd45f4b",
|
||||
"version": "0.10.0-dev.3836+c5f1b3224"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0.7.1": {
|
||||
|
|
Loading…
Add table
Reference in a new issue