ziglang: Move from extras (#29)

- Added hash extraction, description
This commit is contained in:
Jakub Čábera 2019-05-06 11:13:04 +02:00 committed by Richard Kuhnt
parent f2c642f273
commit d978ea6a1f

29
bucket/ziglang.json Normal file
View 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"
}
}
}