homebrew-cask/Casks/feishu.rb

17 lines
563 B
Ruby

cask 'feishu' do
version '3.22.3'
sha256 '537f3117bb244533fb2665d5d4afe5e28460cd2fcd0fc1fdcd299f31de2c3e69'
# 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/Feishu-#{version}.dmg"
appcast 'https://www.feishu.cn/api/downloads'
name 'feishu'
homepage 'https://www.feishu.cn/'
auto_updates true
depends_on macos: '>= :mavericks'
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'Lark.app', target: 'Feishu.app'
end