homebrew-cask/Casks/thedesk.rb

13 lines
431 B
Ruby
Raw Normal View History

cask 'thedesk' do
version '18.6.7'
sha256 '1feed8cf06330f2e41a7ae25466db93d72816058c43d17bdeafffd9fe96abdcb'
2019-03-19 09:51:41 +08:00
# github.com/cutls/TheDesk was verified as official when first introduced to the cask
url "https://github.com/cutls/TheDesk/releases/download/v#{version}/TheDesk-#{version}.dmg"
2019-03-19 09:51:41 +08:00
appcast 'https://github.com/cutls/TheDesk/releases.atom'
name 'TheDesk'
homepage 'https://thedesk.top/'
2019-04-13 21:25:14 +08:00
app 'TheDesk.app'
end