Skip to content

Commit 875ce5d

Browse files
authored
Merge pull request Homebrew#208415 from Homebrew/bump-jsrepo-1.39.0
jsrepo 1.39.0
2 parents 8e806b0 + 8a2cfa6 commit 875ce5d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/j/jsrepo.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
class Jsrepo < Formula
22
desc "Build and distribute your code"
33
homepage "https://jsrepo.dev/"
4-
url "https://registry.npmjs.org/jsrepo/-/jsrepo-1.38.0.tgz"
5-
sha256 "63f54881cb415254b7194ee12c8503da4ae7d8c72ce0d4da3a54960bb6689b6e"
4+
url "https://registry.npmjs.org/jsrepo/-/jsrepo-1.39.0.tgz"
5+
sha256 "5f7d0986a94377e0e664e1c71967998b7f5d9cd804f82c29156142f5b3d85367"
66
license "MIT"
77

88
bottle do
9-
rebuild 1
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "35871b3db3a970d2ef7f098a272ace12715ac7afa9f92206a240635fc4671f4e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "35871b3db3a970d2ef7f098a272ace12715ac7afa9f92206a240635fc4671f4e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "35871b3db3a970d2ef7f098a272ace12715ac7afa9f92206a240635fc4671f4e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "04847931900d298fb6afcdb6a717a64e195a7ab5ae3c0a34f5b1f195faf783fc"
14-
sha256 cellar: :any_skip_relocation, ventura: "04847931900d298fb6afcdb6a717a64e195a7ab5ae3c0a34f5b1f195faf783fc"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "35871b3db3a970d2ef7f098a272ace12715ac7afa9f92206a240635fc4671f4e"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "072a04431b7de541273b2601760bb0a1cf2548e785af07fb83dff4c7e5c25f1c"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "072a04431b7de541273b2601760bb0a1cf2548e785af07fb83dff4c7e5c25f1c"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "072a04431b7de541273b2601760bb0a1cf2548e785af07fb83dff4c7e5c25f1c"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b4b4fec4d7105ca51509d19ad7ba5a03b9ab3a18ab7aef9ccba4ad6249cb21bc"
13+
sha256 cellar: :any_skip_relocation, ventura: "b4b4fec4d7105ca51509d19ad7ba5a03b9ab3a18ab7aef9ccba4ad6249cb21bc"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "072a04431b7de541273b2601760bb0a1cf2548e785af07fb83dff4c7e5c25f1c"
1615
end
1716

1817
depends_on "node"

0 commit comments

Comments
 (0)