From e09f39d051d2ea8874c806129aabab235c5233a8 Mon Sep 17 00:00:00 2001 From: Stuart Cameron Date: Mon, 8 Jun 2026 21:07:54 +1000 Subject: [PATCH] Resync Linux whisper-addon sizes/sha to current published assets The whisper-v1.8.3 tarballs were rebuilt by build-whisper.yml re-runs; gzip embeds a timestamp so the artifacts drift a few bytes each build. Update the linux-x64/arm64 size + sha256 to match the currently published release assets. Co-Authored-By: Claude Opus 4.8 (1M context) --- app/assets/whisper-addon.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/whisper-addon.json b/app/assets/whisper-addon.json index f0bbe56..0efd468 100644 --- a/app/assets/whisper-addon.json +++ b/app/assets/whisper-addon.json @@ -27,15 +27,15 @@ "url": "https://github.com/StuartCameronCode/VapourBox/releases/download/whisper-v1.8.3/whisper-cli-linux-x64.tar.gz", "format": "tar", "executable": "whisper-cli", - "size": 1573360, - "sha256": "4ea12345281a210937ce900984721d650adf834e308d03e520c506923ec4c8e6" + "size": 1573364, + "sha256": "8678d9a1478b2e5ac456ce4385dac486beba9983ae111731d485af68120d85a8" }, "linux-arm64": { "url": "https://github.com/StuartCameronCode/VapourBox/releases/download/whisper-v1.8.3/whisper-cli-linux-arm64.tar.gz", "format": "tar", "executable": "whisper-cli", - "size": 1527325, - "sha256": "2ffb99a5432bb6153b2a6e29ce7034465358f2fb5b98dad99c69663f6305c1c4" + "size": 1527334, + "sha256": "aa9b2a6ebd58f76154ccf9352cf97ab75e3e545037742a8667246a1311d6918c" } } },