|
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-1.38.0.tgz" |
5 | | - sha256 "63f54881cb415254b7194ee12c8503da4ae7d8c72ce0d4da3a54960bb6689b6e" |
| 4 | + url "https://registry.npmjs.org/jsrepo/-/jsrepo-1.39.0.tgz" |
| 5 | + sha256 "5f7d0986a94377e0e664e1c71967998b7f5d9cd804f82c29156142f5b3d85367" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | 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" |
16 | 15 | end |
17 | 16 |
|
18 | 17 | depends_on "node" |
|
0 commit comments