homebrew-cask/Casks/feishu.rb

16 lines
571 B
Ruby

cask "feishu" do
version "3.29.2,e21fcc"
sha256 "c7293a9890c0ff65afead3a20293c02d0016beda7510b3921908dbc6b3519dd2"
# sf3-ttcdn-tos.pstatp.com/ was verified as official when first introduced to the cask
url "https://sf3-ttcdn-tos.pstatp.com/obj/ee-appcenter/#{version.after_comma}/Feishu-#{version.before_comma}.dmg"
appcast "https://www.feishu.cn/api/downloads"
name "feishu"
homepage "https://www.feishu.cn/"
auto_updates true
# Renamed for consistency: app name is different in the Finder and in a shell.
app "Lark.app", target: "Feishu.app"
end