homebrew-cask/Casks/feishu.rb

17 lines
564 B
Ruby

cask 'feishu' do
version '3.22.5'
sha256 '61ba6603d989d62ff30e5479e9d37389d4444c9b5a92c95853c614d6f5c71795'
# 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