homebrew-cask/Casks/feishu.rb

16 lines
528 B
Ruby

cask "feishu" do
version "3.28.1"
sha256 "22086cd6301c6c5da6b3b8145e4b9e6fac3cd6960f493c2bece1676ebd997f86"
# 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
# Renamed for consistency: app name is different in the Finder and in a shell.
app "Lark.app", target: "Feishu.app"
end