Skip to content

Commit 3620bc0

Browse files
authored
Merge pull request #235657 from Homebrew/bump-cspell-9.2.1
cspell 9.2.1
2 parents da71082 + e643ad7 commit 3620bc0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/c/cspell.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
class Cspell < Formula
22
desc "Spell checker for code"
33
homepage "https://cspell.org"
4-
url "https://registry.npmjs.org/cspell/-/cspell-9.2.0.tgz"
5-
sha256 "f9281d9cc44c111f851f795e977e9d54b224968b13226741a6dfa9081df7258a"
4+
url "https://registry.npmjs.org/cspell/-/cspell-9.2.1.tgz"
5+
sha256 "b48a946d7bfff0309f4d6939c9cf81d664f500f790461ad705cd15558a60f220"
66
license "MIT"
77

88
bottle do
9-
rebuild 1
10-
sha256 cellar: :any_skip_relocation, all: "541639fc25b3eca3259675dd910d8773229625538c53f7f4ee9eac985e039c80"
9+
sha256 cellar: :any_skip_relocation, all: "d6e57cb4f064b2f39ddc0773eb40fde29c1691dcb821d032b0069e49b2868dc4"
1110
end
1211

1312
depends_on "node"

0 commit comments

Comments
 (0)