Skip to content

Commit c2e2d13

Browse files
authored
Merge pull request #192966 from Homebrew/bump-fnm-1.37.2
fnm 1.37.2
2 parents 176a983 + fbd5921 commit c2e2d13

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/f/fnm.rb

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Fnm < Formula
22
desc "Fast and simple Node.js version manager"
33
homepage "https://github.com/Schniz/fnm"
4-
url "https://github.com/Schniz/fnm/archive/refs/tags/v1.37.1.tar.gz"
5-
sha256 "56a170304ab281439a71e541c4db878848c3a891078ae3c2dcc84017cd0306b4"
4+
url "https://github.com/Schniz/fnm/archive/refs/tags/v1.37.2.tar.gz"
5+
sha256 "13db2e352206a26b35480ebd062ff93f10659a771cd785cb72780a0c9061454f"
66
license "GPL-3.0-only"
77
head "https://github.com/Schniz/fnm.git", branch: "master"
88

@@ -12,14 +12,12 @@ class Fnm < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d3ffd55ea0146cf378ab342ec84152e9c7b870cceb66bd02c8762dcc28247a5"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b76925bd68d73812fa50dcf9768dbc08f9cdbcad5fd1d54a4824551f9924cb77"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "be21cbd78b04ac291aba99b4044c644c3b25462acfd581d7d8a321f98e13db1b"
18-
sha256 cellar: :any_skip_relocation, arm64_monterey: "023f0243f9f181da44311a19d4371156fd4a2fdde891f2e9f3d74b4727bc63da"
19-
sha256 cellar: :any_skip_relocation, sonoma: "5e47c4ff6ae6abf8e814b0dab30e80a1e26f1b71ce0bc70709c802b1cbdf44d0"
20-
sha256 cellar: :any_skip_relocation, ventura: "5f03d2930e7c35f46853990183cb6ba49ecc666da19c5519b90e555a3fbd1021"
21-
sha256 cellar: :any_skip_relocation, monterey: "24f90f9dd3b446a33594a728d7e74ed0f07b1ea32b14ce8d740a121354fc4a9d"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0da3ea9b80b434ff1097927a2f4701b8cff8c327e111972d9e990ab0fc8a1422"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "98ea96b0f2335e3b8466fde6db538f6495c76c97e6f15724c6ff7e1d24ebedd5"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c84cc60505feee7f759169fb4819aeedfa82bc3b1c23267a515a50a7ecf70e0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fe39aa23a34cb9771c60e62da7c73d1e3f5bfed4e0aec49f2f85933eace094a7"
18+
sha256 cellar: :any_skip_relocation, sonoma: "2d23d29e1fa407e7cae7392b71e505db7c9b7a3c7c90f97361ccf7e9179c44a5"
19+
sha256 cellar: :any_skip_relocation, ventura: "90917209749cf8ea57f7831b57362930e61803b80af002e7b0179965eda5c585"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c0b512e3ae10ec4fb0319056dd8d56b99fad20f800c4375cd5fb756aaf3822f8"
2321
end
2422

2523
depends_on "rust" => :build

0 commit comments

Comments
 (0)