Skip to content

Commit db7f205

Browse files
authored
Merge pull request #225094 from Homebrew/bump-jsrepo-2.2.2
jsrepo 2.2.2
2 parents a07029e + 5c3539d commit db7f205

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/j/jsrepo.rb

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

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563"
10-
sha256 cellar: :any, arm64_sonoma: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563"
11-
sha256 cellar: :any, arm64_ventura: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563"
12-
sha256 cellar: :any, sonoma: "162c6b871a239846a058a9732114999085d9982a129a2b9cbaa9baeccf791f17"
13-
sha256 cellar: :any, ventura: "162c6b871a239846a058a9732114999085d9982a129a2b9cbaa9baeccf791f17"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "c95e14907bbd5cdbb5c523a818eefdbe65e36a7b47d2cbaadc1eb98ce28aa5ca"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9526ead8971d16f30a8fa05e68853268558de54086979e3a39573d27284f330a"
9+
sha256 cellar: :any, arm64_sequoia: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f"
10+
sha256 cellar: :any, arm64_sonoma: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f"
11+
sha256 cellar: :any, arm64_ventura: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f"
12+
sha256 cellar: :any, sonoma: "62a71800051e0e707adcc118e49b4fa57d6f4cc0d53df4a23460f6aefb6d6f75"
13+
sha256 cellar: :any, ventura: "62a71800051e0e707adcc118e49b4fa57d6f4cc0d53df4a23460f6aefb6d6f75"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "b565eb941cd89a631659e22cb3679db24702e02830df14bb337134526a8173e4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "414b9fb5ae5ec42c334c1c4887a5a6edabb2c1b236454085906c30472d4bba43"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)