homebrew-cask/Casks/feishu.rb

16 lines
543 B
Ruby

cask 'feishu' do
version '3.13.3'
sha256 'eaba9a685f4795f38720423170104d3e31d751361501a78684f5f89bc75f47a7'
# 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/'
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