2020-02-25 18:07:48 +01:00

33 lines
1.1 KiB
JSON

{
"version": "0.5.0",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://github.com/ziglang/zig/releases/download/0.5.0/zig-windows-x86_64-0.5.0.zip",
"hash": "58141323db8d84a5af62746be5f9140bc161ee760ef33dc91a887bf9ac021976",
"extract_dir": "zig-windows-x86_64-0.5.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"
}
}
}