diff --git a/bucket/mods.json b/bucket/mods.json index 9e0ccbac87..08193e06e7 100644 --- a/bucket/mods.json +++ b/bucket/mods.json @@ -1,16 +1,16 @@ { - "version": "0.2.0", + "version": "1.0.0", "description": "AI for the command line, built for pipelines.", "homepage": "https://github.com/charmbracelet/mods", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/charmbracelet/mods/releases/download/v0.2.0/mods_Windows_x86_64.zip", - "hash": "4712e6894c9a4fc2e7c3ff12431705e2b89b7385becf20d22f2c45a0bf530bea" + "url": "https://github.com/charmbracelet/mods/releases/download/v1.0.0/mods_1.0.0_Windows_x86_64.zip", + "hash": "b0877e8c291da1e046ce87b768d6f34e984958e2719a3187087da1568edc7dcc" }, - "32bit": { - "url": "https://github.com/charmbracelet/mods/releases/download/v0.2.0/mods_Windows_i386.zip", - "hash": "e0217f611fba934990081840eafc9c1560091a88b05460e794ea1940c4509f3e" + "arm64": { + "url": "https://github.com/charmbracelet/mods/releases/download/v1.0.0/mods_1.0.0_Windows_arm64.zip", + "hash": "f686a2ae2748f9037b6e4cedb7fad71d4416a58523fa70758c07afd476b9e315" } }, "bin": "mods.exe", @@ -18,10 +18,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_Windows_x86_64.zip" + "url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_x86_64.zip" }, - "32bit": { - "url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_Windows_i386.zip" + "arm64": { + "url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_arm64.zip" } }, "hash": {