From 638db721321c25a3d519380ce30bee62603f34b1 Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:26:22 +0800 Subject: [PATCH] feishu: Add version 5.31.6 --- bucket/feishu.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/feishu.json diff --git a/bucket/feishu.json b/bucket/feishu.json new file mode 100644 index 00000000000000..bf22bbc333009e --- /dev/null +++ b/bucket/feishu.json @@ -0,0 +1,31 @@ +{ + "version": "5.31.6", + "description": "The Next-Gen Collaboration Suite", + "homepage": "https://www.feishu.cn/", + "license": { + "identifier": "Proprietary", + "url": "https://www.feishu.cn/en/terms" + }, + "notes": "Runtime data are stored in '%APPDATA%\\LarkShell', and are not persisted by Scoop.", + "url": "https://sf3-cn.feishucdn.com/obj/ee-appcenter/0886757e/Feishu-win32_ia32-5.31.6-signed.exe#/dl.7z", + "hash": "md5:05d0d3809973110817f94e218314b5b6", + "extract_to": "app", + "shortcuts": [ + [ + "app/Feishu.exe", + "Feishu" + ] + ], + "checkver": { + "url": "https://www.feishu.cn/api/downloads", + "jsonpath": "$.versions.Windows.download_link", + "regex": "appcenter/(?[\\w.-/].*?)/(?[\\w.-].*?)-([\\d.]+)" + }, + "autoupdate": { + "url": "https://sf3-cn.feishucdn.com/obj/ee-appcenter/$matchTag/Feishu-win32_ia32-$version-signed.exe#/dl.7z", + "hash": { + "url": "https://www.feishu.cn/api/downloads", + "jsonpath": "$.versions.Windows.hash" + } + } +}