mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
zig@0.14.1: fix extract_dir (#6839)
This commit is contained in:
parent
40314c65ea
commit
c9a4a64185
@ -10,17 +10,17 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://ziglang.org/download/0.14.1/zig-x86_64-windows-0.14.1.zip",
|
"url": "https://ziglang.org/download/0.14.1/zig-x86_64-windows-0.14.1.zip",
|
||||||
"hash": "554f5378228923ffd558eac35e21af020c73789d87afeabf4bfd16f2e6feed2c",
|
"hash": "554f5378228923ffd558eac35e21af020c73789d87afeabf4bfd16f2e6feed2c",
|
||||||
"extract_dir": "zig-windows-x86_64-0.14.1"
|
"extract_dir": "zig-x86_64-windows-0.14.1"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://ziglang.org/download/0.14.1/zig-x86-windows-0.14.1.zip",
|
"url": "https://ziglang.org/download/0.14.1/zig-x86-windows-0.14.1.zip",
|
||||||
"hash": "3ee730c2a5523570dc4dc1b724f3e4f30174ebc1fa109ca472a719586a473b18",
|
"hash": "3ee730c2a5523570dc4dc1b724f3e4f30174ebc1fa109ca472a719586a473b18",
|
||||||
"extract_dir": "zig-windows-aarch64-0.14.1"
|
"extract_dir": "zig-x86-windows-0.14.1"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://ziglang.org/download/0.14.1/zig-aarch64-windows-0.14.1.zip",
|
"url": "https://ziglang.org/download/0.14.1/zig-aarch64-windows-0.14.1.zip",
|
||||||
"hash": "b5aac0ccc40dd91e8311b1f257717d8e3903b5fefb8f659de6d65a840ad1d0e7",
|
"hash": "b5aac0ccc40dd91e8311b1f257717d8e3903b5fefb8f659de6d65a840ad1d0e7",
|
||||||
"extract_dir": "zig-windows-aarch64-0.14.1"
|
"extract_dir": "zig-aarch64-windows-0.14.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "zig.exe",
|
"bin": "zig.exe",
|
||||||
@ -32,15 +32,15 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://ziglang.org/download/$version/zig-x86_64-windows-$version.zip",
|
"url": "https://ziglang.org/download/$version/zig-x86_64-windows-$version.zip",
|
||||||
"extract_dir": "zig-windows-x86_64-$version"
|
"extract_dir": "zig-x86_64-windows-$version"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://ziglang.org/download/$version/zig-x86-windows-$version.zip",
|
"url": "https://ziglang.org/download/$version/zig-x86-windows-$version.zip",
|
||||||
"extract_dir": "zig-windows-aarch64-$version"
|
"extract_dir": "zig-x86-windows-$version"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://ziglang.org/download/$version/zig-aarch64-windows-$version.zip",
|
"url": "https://ziglang.org/download/$version/zig-aarch64-windows-$version.zip",
|
||||||
"extract_dir": "zig-windows-aarch64-$version"
|
"extract_dir": "zig-aarch64-windows-$version"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user