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" + } + } +}