From 6cb6c2a8bf1519a25c5181c3cd4ef83c4266ccd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 20:27:22 +0000 Subject: [PATCH] zigup: Update to version 2025_04_20 --- bucket/zigup.json | 53 ++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/bucket/zigup.json b/bucket/zigup.json index 79fc11a3cf..60755313ba 100644 --- a/bucket/zigup.json +++ b/bucket/zigup.json @@ -1,28 +1,33 @@ { - "version": "2025_01_02", - "description": "Download and manage Zig compilers", - "homepage": "https://github.com/marler8997/zigup", - "license": "MIT-0", - "architecture": { - "64bit": { - "url": "https://github.com/marler8997/zigup/releases/download/v2025_01_02/zigup-x86_64-windows.zip", - "hash": "f451cdf0f217baff5de66f18961bcff7f8224990192334df3b834aaad2e11c19" - } - }, - "env_add_path": ".", - "bin": [ - ["zigup.exe", "zigup", "--path-link", "\"$persist_dir\\zig\\zig.exe\""] - ], - "persist": "zig", - "checkver": { - "url": "https://api.github.com/repos/marler8997/zigup/releases", - "regex": "v([\\d_]+)" - }, - "autoupdate": { + "version": "2025_04_20", + "description": "Download and manage Zig compilers", + "homepage": "https://github.com/marler8997/zigup", + "license": "MIT-0", "architecture": { - "64bit": { - "url": "https://github.com/marler8997/zigup/releases/download/v$version/zigup-x86_64-windows.zip" - } + "64bit": { + "url": "https://github.com/marler8997/zigup/releases/download/v2025_04_20/zigup-x86_64-windows.zip", + "hash": "771c2d90024024a87af9b3915f4e850fb344e35dee0a7c0e00597a611cabe57f" + } + }, + "env_add_path": ".", + "bin": [ + [ + "zigup.exe", + "zigup", + "--path-link", + "\"$persist_dir\\zig\\zig.exe\"" + ] + ], + "persist": "zig", + "checkver": { + "url": "https://api.github.com/repos/marler8997/zigup/releases", + "regex": "v([\\d_]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/marler8997/zigup/releases/download/v$version/zigup-x86_64-windows.zip" + } + } } - } }