From 50a13bc5e9e1e7bf34a9b6f8e90a6734ef9a842c Mon Sep 17 00:00:00 2001 From: redactedscribe Date: Mon, 11 Mar 2024 18:57:43 +0200 Subject: [PATCH] zigup: Add version 2024_02_25 (#5541) * zigup: Add version 2024_02_25 * Possibly fix failed checks * Simplify license info Co-authored-by: tech189 * Use regex for checkver Co-authored-by: tech189 --------- Co-authored-by: tech189 --- bucket/zigup.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/zigup.json diff --git a/bucket/zigup.json b/bucket/zigup.json new file mode 100644 index 0000000000..778de0bdb0 --- /dev/null +++ b/bucket/zigup.json @@ -0,0 +1,16 @@ +{ + "version": "2024_02_25", + "description": "Download and manage Zig compilers", + "homepage": "https://github.com/marler8997/zigup", + "license": "MIT-0", + "url": "https://github.com/marler8997/zigup/releases/download/v2024_02_25/zigup.windows-latest-x86_64.zip", + "hash": "9aa5c98b55203712af61242753871ad75cada479373713b4dc2804c21c4db561", + "bin": "zigup.exe", + "checkver": { + "url": "https://api.github.com/repos/marler8997/zigup/releases", + "regex": "v([\\d_]+)" + }, + "autoupdate": { + "url": "https://github.com/marler8997/zigup/releases/download/v$version/zigup.windows-latest-x86_64.zip" + } +}