mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
348 B
Ruby
11 lines
348 B
Ruby
cask :v1 => 'fivedetails-flow' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://fivedetails.com/flow/download'
|
|
appcast 'http://extendmac.com/flow/updates/update.php'
|
|
homepage 'http://fivedetails.com'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app 'Flow.app'
|
|
end
|