mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Considering that the the original `flow` cask was discontinued, it makes more sense to add the vendor prefix since its usage will only decline
9 lines
161 B
Ruby
9 lines
161 B
Ruby
class Flow < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://www.getflow.com/mac/download'
|
|
homepage 'http://www.getflow.com/'
|
|
|
|
link 'Flow.app'
|
|
end
|