From fc2a5b5b536e2eb94598b3cfbd585b00e2b65998 Mon Sep 17 00:00:00 2001 From: goworm Date: Wed, 8 Jul 2026 09:24:00 +0800 Subject: [PATCH 1/4] officecli: Add version 1.0.129 --- bucket/officecli.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/officecli.json diff --git a/bucket/officecli.json b/bucket/officecli.json new file mode 100644 index 0000000000000..29c85e2c14958 --- /dev/null +++ b/bucket/officecli.json @@ -0,0 +1,38 @@ +{ + "version": "1.0.129", + "description": "Read, edit, and automate Office documents (.docx, .xlsx, .pptx)", + "homepage": "https://officecli.ai", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-win-x64.exe#/officecli.exe", + "hash": "e4c84a4a32f4d22f3880575d16b1499856d1c48e86d293274919906f95d81057" + }, + "arm64": { + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-win-arm64.exe#/officecli.exe", + "hash": "77fb8f7802593d40d751e59281ca7a454d6f339061c0b4bc97dc0bb37c12a798" + } + }, + "bin": "officecli.exe", + "checkver": { + "github": "https://github.com/iOfficeAI/OfficeCLI" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-x64.exe#/officecli.exe", + "hash": { + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/SHA256SUMS", + "regex": "([a-fA-F\\d]{64})\\s+officecli-win-x64\\.exe" + } + }, + "arm64": { + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-arm64.exe#/officecli.exe", + "hash": { + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/SHA256SUMS", + "regex": "([a-fA-F\\d]{64})\\s+officecli-win-arm64\\.exe" + } + } + } + } +} From 599d870a54e53d1f29beef1528f73743c30a9761 Mon Sep 17 00:00:00 2001 From: goworm Date: Thu, 9 Jul 2026 04:52:53 +0800 Subject: [PATCH 2/4] officecli: Update to version 1.0.132, simplify autoupdate hash --- bucket/officecli.json | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/bucket/officecli.json b/bucket/officecli.json index 29c85e2c14958..735da4ba7cac0 100644 --- a/bucket/officecli.json +++ b/bucket/officecli.json @@ -1,16 +1,16 @@ { - "version": "1.0.129", + "version": "1.0.132", "description": "Read, edit, and automate Office documents (.docx, .xlsx, .pptx)", "homepage": "https://officecli.ai", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-win-x64.exe#/officecli.exe", - "hash": "e4c84a4a32f4d22f3880575d16b1499856d1c48e86d293274919906f95d81057" + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.132/officecli-win-x64.exe#/officecli.exe", + "hash": "303ff8bfbf05f5535ed423b59d8d664bb4c95c1e646a0cce2a619996fbe0f6de" }, "arm64": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-win-arm64.exe#/officecli.exe", - "hash": "77fb8f7802593d40d751e59281ca7a454d6f339061c0b4bc97dc0bb37c12a798" + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.132/officecli-win-arm64.exe#/officecli.exe", + "hash": "f5cd21e28158c88175d1cc5dccd863e1a8d618625c4223f658c3f9ea5987092e" } }, "bin": "officecli.exe", @@ -20,19 +20,14 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-x64.exe#/officecli.exe", - "hash": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/SHA256SUMS", - "regex": "([a-fA-F\\d]{64})\\s+officecli-win-x64\\.exe" - } + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-x64.exe#/officecli.exe" }, "arm64": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-arm64.exe#/officecli.exe", - "hash": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/SHA256SUMS", - "regex": "([a-fA-F\\d]{64})\\s+officecli-win-arm64\\.exe" - } + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-arm64.exe#/officecli.exe" } + }, + "hash": { + "url": "$baseurl/SHA256SUMS" } } } From 95f619a813eb6e36293677c1203255552b1930b6 Mon Sep 17 00:00:00 2001 From: goworm Date: Thu, 9 Jul 2026 22:55:26 +0800 Subject: [PATCH 3/4] officecli: Update to version 1.0.133 --- bucket/officecli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/officecli.json b/bucket/officecli.json index 735da4ba7cac0..c6b2337b2794b 100644 --- a/bucket/officecli.json +++ b/bucket/officecli.json @@ -1,16 +1,16 @@ { - "version": "1.0.132", + "version": "1.0.133", "description": "Read, edit, and automate Office documents (.docx, .xlsx, .pptx)", "homepage": "https://officecli.ai", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.132/officecli-win-x64.exe#/officecli.exe", - "hash": "303ff8bfbf05f5535ed423b59d8d664bb4c95c1e646a0cce2a619996fbe0f6de" + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.133/officecli-win-x64.exe#/officecli.exe", + "hash": "899bfe2989f51b0322c8d47b302dc2cd0d64c751c16411792f4bf00a8300d1f8" }, "arm64": { - "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.132/officecli-win-arm64.exe#/officecli.exe", - "hash": "f5cd21e28158c88175d1cc5dccd863e1a8d618625c4223f658c3f9ea5987092e" + "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.133/officecli-win-arm64.exe#/officecli.exe", + "hash": "a8eb62283c8fd987a8ba29da479c255585c81e2c62dd9edf0bee20c2ad244ae2" } }, "bin": "officecli.exe", From e0a1d8e9d0eb61d77bc03818f3a9ff24846ed98d Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 10 Jul 2026 00:08:20 +0800 Subject: [PATCH 4/4] Update description and use GitHub hashes --- bucket/officecli.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bucket/officecli.json b/bucket/officecli.json index c6b2337b2794b..2b261e46ed63c 100644 --- a/bucket/officecli.json +++ b/bucket/officecli.json @@ -1,6 +1,6 @@ { "version": "1.0.133", - "description": "Read, edit, and automate Office documents (.docx, .xlsx, .pptx)", + "description": "The world's first and the best Office suite designed for AI agents", "homepage": "https://officecli.ai", "license": "Apache-2.0", "architecture": { @@ -25,9 +25,6 @@ "arm64": { "url": "https://github.com/iOfficeAI/OfficeCLI/releases/download/v$version/officecli-win-arm64.exe#/officecli.exe" } - }, - "hash": { - "url": "$baseurl/SHA256SUMS" } } }