From c6d662656fc0edd4f80dcba6d4807105061ffc01 Mon Sep 17 00:00:00 2001 From: corecompiled <285886213+corecompiled@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:35:07 +0800 Subject: [PATCH] chore: point the Scoop manifest at v0.2.1 Hashes taken from the release's checksums asset, which the manifest's autoupdate also reads. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01WGcarVYpt1mfjk6iFkcDpZ --- packaging/scoop/openkey.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/scoop/openkey.json b/packaging/scoop/openkey.json index 05d8629..a3f16b4 100644 --- a/packaging/scoop/openkey.json +++ b/packaging/scoop/openkey.json @@ -1,16 +1,16 @@ { - "version": "0.2.0", + "version": "0.2.1", "description": "Chat with capable AI models for free, from a single Windows exe. No install, no subscription.", "homepage": "https://github.com/corecompiled/OpenKey", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/corecompiled/OpenKey/releases/download/v0.2.0/OpenKey-win-x64.exe#/OpenKey.exe", - "hash": "1cf95b6bdcd881962172ac21d45232264c086ba2706e7f9e66bef002232f8341" + "url": "https://github.com/corecompiled/OpenKey/releases/download/v0.2.1/OpenKey-win-x64.exe#/OpenKey.exe", + "hash": "8cefd534a388751dc0b5d4bd610b84557142704b5acbb428a6501671f2805a60" }, "arm64": { - "url": "https://github.com/corecompiled/OpenKey/releases/download/v0.2.0/OpenKey-win-arm64.exe#/OpenKey.exe", - "hash": "1be2fdba94f1d8311ae62fa3394883f7ed1ce02733c18e054326453f8134b717" + "url": "https://github.com/corecompiled/OpenKey/releases/download/v0.2.1/OpenKey-win-arm64.exe#/OpenKey.exe", + "hash": "368528f35495ac24fb38229e187d496c73931474d168511d8ff37282f51cb8d0" } }, "bin": "OpenKey.exe",