ziglang: Update to version 0.5.0

This commit is contained in:
Richard Kuhnt 2019-09-30 16:01:48 +00:00
parent 1b2b00c531
commit 394dbd7059

View File

@ -1,13 +1,13 @@
{
"version": "0.4.0",
"version": "0.5.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"
"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",