mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
11 lines
251 B
Ruby
11 lines
251 B
Ruby
cask :v1 => 'dropzone' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://aptonic.com/dropzone3/latest'
|
|
appcast 'https://aptonic.com/dropzone3/sparkle/updates.xml'
|
|
homepage 'https://aptonic.com'
|
|
license :unknown
|
|
|
|
app 'Dropzone 3.app'
|
|
end
|