We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da71082 + e643ad7 commit 3620bc0Copy full SHA for 3620bc0
Formula/c/cspell.rb
@@ -1,13 +1,12 @@
1
class Cspell < Formula
2
desc "Spell checker for code"
3
homepage "https://cspell.org"
4
- url "https://registry.npmjs.org/cspell/-/cspell-9.2.0.tgz"
5
- sha256 "f9281d9cc44c111f851f795e977e9d54b224968b13226741a6dfa9081df7258a"
+ url "https://registry.npmjs.org/cspell/-/cspell-9.2.1.tgz"
+ sha256 "b48a946d7bfff0309f4d6939c9cf81d664f500f790461ad705cd15558a60f220"
6
license "MIT"
7
8
bottle do
9
- rebuild 1
10
- sha256 cellar: :any_skip_relocation, all: "541639fc25b3eca3259675dd910d8773229625538c53f7f4ee9eac985e039c80"
+ sha256 cellar: :any_skip_relocation, all: "d6e57cb4f064b2f39ddc0773eb40fde29c1691dcb821d032b0069e49b2868dc4"
11
end
12
13
depends_on "node"
0 commit comments