Skip to content

Commit 187504b

Browse files
authored
Merge pull request #233161 from Homebrew/bump-seam-0.0.61
seam 0.0.61
2 parents 23f0fe4 + 52d8b9e commit 187504b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/seam.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Seam < Formula
22
desc "This utility lets you control Seam resources"
33
homepage "https://github.com/seamapi/seam-cli"
4-
url "https://registry.npmjs.org/seam-cli/-/seam-cli-0.0.60.tgz"
5-
sha256 "e25f9c24234222813d3cbaa152180b61949ef0800f617daba469d297fee5eee8"
4+
url "https://registry.npmjs.org/seam-cli/-/seam-cli-0.0.61.tgz"
5+
sha256 "64135eb8de1ddbc5190379088a34f87927b2e803a9bb71ce47cf1d873b1d94a0"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a"
12-
sha256 cellar: :any_skip_relocation, sonoma: "e4b91883ce4c7fc181c743f76a719cedb7d2ecaa111007e98b8ea30d0e8ae16f"
13-
sha256 cellar: :any_skip_relocation, ventura: "e4b91883ce4c7fc181c743f76a719cedb7d2ecaa111007e98b8ea30d0e8ae16f"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "2ae827f3b1c8531b3c84874292e877970ed0111c2ff0b6ca861673180879a32d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1646ba540816ebdab927fa8218f973bea1de92c19c85a3c9407610e09e29c5b9"
13+
sha256 cellar: :any_skip_relocation, ventura: "1646ba540816ebdab927fa8218f973bea1de92c19c85a3c9407610e09e29c5b9"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)