homebrew-cask/Casks/thedesk.rb

13 lines
432 B
Ruby
Raw Normal View History

cask 'thedesk' do
version '18.10.0'
sha256 'becaa2f493a99d88587b17fc4733800bf4c491aba61a2985d62366d7d9605437'
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