homebrew-cask/Casks/lark.rb

15 lines
443 B
Ruby

cask 'lark' do
version '3.22.5'
sha256 '59511f6bb7307316a6366845a5d585656179f1425241d7316aa4222369412134'
# 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/Lark-#{version}.dmg"
appcast 'https://www.larksuite.com/api/downloads'
name 'Lark'
homepage 'https://www.larksuite.com/'
depends_on macos: '>= :mavericks'
app 'Lark.app'
end