From d978ea6a1f83794e0aad3b977083ac03dad458c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 6 May 2019 11:13:04 +0200 Subject: [PATCH] ziglang: Move from extras (#29) - Added hash extraction, description --- bucket/ziglang.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/ziglang.json diff --git a/bucket/ziglang.json b/bucket/ziglang.json new file mode 100644 index 0000000000..2c0e00360b --- /dev/null +++ b/bucket/ziglang.json @@ -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" + } + } +}