homebrew-cask/Casks/feishu.rb

16 lines
542 B
Ruby

cask 'feishu' do
version '3.7.5'
sha256 '90824a2ec4e32f79a5c5f226c689a6845fce31ccfce831ea6a397a40dc5aeb63'
# 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