Skip to content

Commit 6556183

Browse files
authored
Merge pull request #246400 from Homebrew/bump-rover-0.36.0
rover 0.36.0
2 parents 2c3fb21 + 4720fa6 commit 6556183

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/r/rover.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Rover < Formula
22
desc "CLI for managing and maintaining data graphs with Apollo Studio"
33
homepage "https://www.apollographql.com/docs/rover/"
4-
url "https://github.com/apollographql/rover/archive/refs/tags/v0.35.0.tar.gz"
5-
sha256 "4d84b790f46397ac609b10f0e1368589368868fc00f3390fdc78b24791989fda"
4+
url "https://github.com/apollographql/rover/archive/refs/tags/v0.36.0.tar.gz"
5+
sha256 "fd21c6525bab9b3ee05094f9767040f6057ba3f04749a9a408288655d030ada7"
66
license "MIT"
77
head "https://github.com/apollographql/rover.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f2a3fcceeaa63a549947e42de05b2a9482f8a717c0b910e5293a396dcc7789a6"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc80cc14363b750794696eab6e5e8261b361766a625897b7a06894236dce8e25"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee2417a2c55c355a0e5105bb4447e9869109733b29c32156817e234cb018051c"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "177325ce99b866531f9966a6e114c1602659757ad3e4b1afa790ac6ef5da9f20"
19-
sha256 cellar: :any_skip_relocation, sonoma: "f6b7f0ff32e0448116a3c1c029efceb64ec4d933d1911ebfcfc14c840d190feb"
20-
sha256 cellar: :any_skip_relocation, ventura: "6c34804ea6565007187889364e6804d5eab177a18ac9b11bdfc9ed67de907a1a"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "74057934b2ec9d6a94b39366e04a49d4f8e096708a1b3fc1e38e4ca630dec0d5"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "58fb5612b786ceb39a554b5db17defdcf5f83ef9edcb418178f867407a4aeb72"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "42f435cc83a840f0ae81e8c6ea83c5c8ee57440ba598d6ec792fe100d673f1ac"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0d12e28267b9a21a053c9b34363d1db0ee625f9d5324adcb941009ed1b6b5cc"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1a8a2d1e74d93ffd1d52cde3cb20c1e56348f5ffd19938b640a968a5e2c52b9"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6d27698712c94f3b1e09a1392876d2736bb75360073b57c8a71bb3e2c45a2331"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "d2579df6f80bee6b7f65ed17ef4c12e89628bd57c1c5b9652f60a52a63c90b97"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "995cede7fbb0b6914ca6d18d6f33951050fead6f0d326a9377142c3584170dd7"
2321
end
2422

2523
depends_on "rust" => :build

0 commit comments

Comments
 (0)