mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
parent
f2c642f273
commit
d978ea6a1f
29
bucket/ziglang.json
Normal file
29
bucket/ziglang.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "0.4.0",
|
||||
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
|
||||
"homepage": "https://ziglang.org/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ziglang/zig/releases/download/0.4.0/zig-windows-x86_64-0.4.0.zip",
|
||||
"hash": "fbc3dd205e064c263063f69f600bedb18e3d0aa2efa747a63ef6cafb6d73f127",
|
||||
"extract_dir": "zig-windows-x86_64-0.4.0"
|
||||
}
|
||||
},
|
||||
"bin": "zig.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/zig-lang/zig/"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ziglang/zig/releases/download/$version/zig-windows-x86_64-$version.zip",
|
||||
"extract_dir": "zig-windows-x86_64-$version"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://ziglang.org/download/",
|
||||
"regex": "$basename[\\S\\s]+?$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user