Jakub Čábera d978ea6a1f ziglang: Move from extras (#29)
- Added hash extraction, description
2019-05-06 11:13:04 +02:00

30 lines
1020 B
JSON

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