|
1 | 1 | class Jsrepo < Formula |
2 | 2 | desc "Build and distribute your code" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments