Skip to content

Commit

Permalink
W-11032790: Release 1.0.20 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlischetti authored May 3, 2022
1 parent 226c545 commit b548114
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Eclipse files
.classpath
.project
.settings
/workspace/

# IntelliJ Idea files
*.iml
*.ipr
*.iws
*.idea

# Mac
.DS_Store
6 changes: 3 additions & 3 deletions formula/dw.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b548114

Please sign in to comment.