diff --git a/.gitignore b/.gitignore index 496ee2c..ee0b50e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ +# Eclipse files +.classpath +.project +.settings +/workspace/ + +# IntelliJ Idea files +*.iml +*.ipr +*.iws +*.idea + +# Mac .DS_Store \ No newline at end of file diff --git a/formula/dw.rb b/formula/dw.rb index e3f055b..17b4039 100644 --- a/formula/dw.rb +++ b/formula/dw.rb @@ -1,9 +1,9 @@ class Dw < Formula desc "DataWeave CLI" homepage "https://github.com/mulesoft-labs/data-weave-cli" - url "https://github.com/mulesoft-labs/data-weave-cli/releases/download/v1.0.19/dw-1.0.19-macOS" - sha256 "7be5cfa5277470391a3a8770da5961750118bafc1f071e4522c881603ed04295" - version "2.5.0-20222303" + url "https://github.com/mulesoft-labs/data-weave-cli/releases/download/v1.0.20/dw-1.0.20-macOS" + sha256 "6e4a62f59b9d1465421733c299f9d6395d622dc3b91aba03cd952eb352c24f57" + version "2.5.0-20220305" def install prefix.install "bin"