|
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.1.0.tgz" |
5 | | - sha256 "7775ebd799e51a219ae63c1e172bfd412286a0fa7fe0d07240657a786e405e8f" |
| 4 | + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.2.1.tgz" |
| 5 | + sha256 "491f27d92ee535ea2b466915a38124ef124c72d53c13a6f4e9245c80a6e89b08" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "fb79328e151d766fe91af0320ec028b06e6ef06d4b3c1809a1ddce647bcad6a5" |
10 | | - sha256 cellar: :any, arm64_sonoma: "fb79328e151d766fe91af0320ec028b06e6ef06d4b3c1809a1ddce647bcad6a5" |
11 | | - sha256 cellar: :any, arm64_ventura: "fb79328e151d766fe91af0320ec028b06e6ef06d4b3c1809a1ddce647bcad6a5" |
12 | | - sha256 cellar: :any, sonoma: "ce277b9bc3531c7d7f55f00fa6b9ee5eb7b03e28ff96be20dc279d58dfb86cb3" |
13 | | - sha256 cellar: :any, ventura: "ce277b9bc3531c7d7f55f00fa6b9ee5eb7b03e28ff96be20dc279d58dfb86cb3" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "49aaf9c7187f70e62032cb496b9971781ac64435848a71f801bb6e13a7aeb00d" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6db90c2492cc5b4e71075673b585d68c886a6a5e21eb2f3981aa0c94d5455c7" |
| 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments