diff --git a/bucket/zigup.json b/bucket/zigup.json index 778de0bdb0..a65c21f993 100644 --- a/bucket/zigup.json +++ b/bucket/zigup.json @@ -3,14 +3,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", + "notes": "After updating, please run `zigup ` to recreate the `zig` symlink.", + "architecture": { + "64bit": { + "url": "https://github.com/marler8997/zigup/releases/download/v2024_02_25/zigup.windows-latest-x86_64.zip", + "hash": "9aa5c98b55203712af61242753871ad75cada479373713b4dc2804c21c4db561" + } + }, + "env_add_path": ".", "bin": "zigup.exe", + "persist": "zig", "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" + "architecture": { + "64bit": { + "url": "https://github.com/marler8997/zigup/releases/download/v$version/zigup.windows-latest-x86_64.zip" + } + } } }