mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
flowdock.com/help/desktop is unavailable, I figured it's better to link to the domain root anyway.
7 lines
189 B
Ruby
7 lines
189 B
Ruby
class Flowdock < Cask
|
|
url 'https://flowdock-resources.s3.amazonaws.com/mac/Flowdock.zip'
|
|
homepage 'https://www.flowdock.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Flowdock.app'
|
|
end
|