Skip to content

Commit b1b35cb

Browse files
authored
Merge pull request Homebrew#227262 from Homebrew/bump-bashunit-0.21.0
bashunit 0.21.0
2 parents eaf15a6 + 5023f85 commit b1b35cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/b/bashunit.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Bashunit < Formula
22
desc "Simple testing library for bash scripts"
33
homepage "https://bashunit.typeddevs.com"
4-
url "https://github.com/TypedDevs/bashunit/releases/download/0.20.0/bashunit"
5-
sha256 "d1eed647b705ff91a3ce233b06cf300fcaf540a411404e2287d50c66699773a8"
4+
url "https://github.com/TypedDevs/bashunit/releases/download/0.21.0/bashunit"
5+
sha256 "655f4e4af47d4f0f6c794e4906bc22f16d9e1cfb4e277f5fb3a679322205bc10"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "fdc32c2e50099ff5903284b4ca82eee66e515dfdc4c8f16a02577c6d320b2fe4"
9+
sha256 cellar: :any_skip_relocation, all: "1df61ed3a723ee1ac730d3e2c061f22a8d9923ecf99542d94b662a4799a75df5"
1010
end
1111

1212
def install

0 commit comments

Comments
 (0)