homebrew-cask/Casks/feishu.rb

16 lines
543 B
Ruby

cask 'feishu' do
version '3.12.5'
sha256 '1099d6f46cb6d7aafa0c13ffdfa944233af8fdc87ca6bcc0ee22322f44e424d6'
# 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