Skip to content

Commit b1407a8

Browse files
authored
Merge pull request #246956 from Homebrew/bump-bashunit-0.25.0
bashunit 0.25.0
2 parents 3f662f1 + 69fe23e commit b1407a8

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.24.0/bashunit"
5-
sha256 "db65b663556ea1290879f09c653f9ff0e32372e41a4cdc1eb339a294a4095a02"
4+
url "https://github.com/TypedDevs/bashunit/releases/download/0.25.0/bashunit"
5+
sha256 "baebbebf93a515f516598b14d5c42d02f4c5bc9933a4c1f59eca36122e109f2d"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "6e89795511f40c43471578bfdaed846149b7f5662401ba12cae40839c4ee1119"
9+
sha256 cellar: :any_skip_relocation, all: "75c7b7da0018388f51c30d00c304fc409970450d7613007d06b1f4b7b559c5cb"
1010
end
1111

1212
def install

0 commit comments

Comments
 (0)