mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
to data-integration.rb, to conform with naming conventions. Add `:vendor` and `:name` tags to maintain discoverability.
12 lines
325 B
Ruby
12 lines
325 B
Ruby
cask :v1 => 'data-integration' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://sourceforge.net/projects/pentaho/files/latest/download'
|
|
homepage 'http://community.pentaho.com'
|
|
license :oss
|
|
tags :vendor => 'Pentaho',
|
|
:name => 'Pentaho Data Integration'
|
|
|
|
app 'data-integration/Data Integration.app'
|
|
end
|