Skip to content

Commit 0b21b1e

Browse files
authored
Merge pull request Homebrew#206572 from Homebrew/bump-checkbashisms-2.25.2
checkbashisms 2.25.2
2 parents cc6be2d + f2690c5 commit 0b21b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/checkbashisms.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Checkbashisms < Formula
22
desc "Checks for bashisms in shell scripts"
33
homepage "https://launchpad.net/ubuntu/+source/devscripts/"
4-
url "https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.1.tar.xz"
5-
sha256 "d48a66bddc6943a755173c3e25a8b9b9445ede25460af394022178243239c3ef"
4+
url "https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.2.tar.xz"
5+
sha256 "c66f2ed694df2ef8deda5b9275c39038502630ea6dc8fac3f6706415edefd201"
66
license "GPL-2.0-or-later"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Checkbashisms < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "070cb3b1d961209c1023606a1668d47bf4c5810b8bbbe1ab90893219bf9853f9"
14+
sha256 cellar: :any_skip_relocation, all: "23f25a5981035536a3c766546117d700e7c9d6eb2534176516f0e7abf8a04995"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)