From f071f3b808e63471d41ddc58d7c31dc15e3e83bb Mon Sep 17 00:00:00 2001 From: Gaweringo <40121865+Gaweringo@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:56:55 +0200 Subject: [PATCH] cht: Update to version 0.7.2 (#5677) --- bucket/cht.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/bucket/cht.json b/bucket/cht.json index 51def3bc9e..3ca500dae3 100644 --- a/bucket/cht.json +++ b/bucket/cht.json @@ -1,10 +1,22 @@ { - "version": "0.6", + "version": "0.7.2", "description": "A command line client for https://cht.sh, working examples about various commands, APIs, ... Unified access to the best community driven documentation repositories of the world.", "homepage": "https://github.com/tpanj/cht.exe", "license": "GPL-3.0-only", - "url": "https://github.com/tpanj/cht.exe/archive/v0.6.zip", - "hash": "771061cefff950be8ec3f2987e0b56e8ec20b79c8d451e24e5f89b7f391629df", - "extract_dir": "cht.exe-0.6\\bin", - "bin": "cht.exe" + "architecture": { + "64bit": { + "url": "https://github.com/tpanj/cht.exe/releases/download/v0.7.2/cht_windows.zip", + "hash": "9f678ae500377c735fdc296b105e19092ffef5769e64a719cff0fc0962b97997", + "extract_dir": "bin" + } + }, + "bin": "cht.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tpanj/cht.exe/releases/download/v$version/cht_windows.zip" + } + } + } }