mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
18 lines
718 B
Ruby
18 lines
718 B
Ruby
cask "data-integration" do
|
|
version "9.4.0.0-343"
|
|
sha256 "e6804fae1a9aa66b92e781e9b2e835d72d56a6adc53dc03e429a847991a334e8"
|
|
|
|
url "https://privatefilesbucket-community-edition.s3.us-west-2.amazonaws.com/#{version}/ce/client-tools/pdi-ce-#{version}.zip",
|
|
verified: "privatefilesbucket-community-edition.s3.us-west-2.amazonaws.com/"
|
|
name "Pentaho Data Integration"
|
|
desc "End to end data integration and analytics platform"
|
|
homepage "https://www.hitachivantara.com/en-us/products/pentaho-platform/data-integration-analytics/pentaho-community-edition.html"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(/href=.*?pdi-ce[._-]v?(\d+(?:[.-]\d+)+)\.zip/i)
|
|
end
|
|
|
|
app "data-integration/Data Integration.app"
|
|
end
|