Skip to content

Commit

Permalink
Merge pull request #144914 from chenrui333/bump-rover-0.19.1
Browse files Browse the repository at this point in the history
rover 0.19.1
  • Loading branch information
BrewTestBot authored Sep 22, 2023
2 parents 2b6da57 + 3cdfe72 commit 204abf8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/rover.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Rover < Formula
desc "CLI for managing and maintaining data graphs with Apollo Studio"
homepage "https://www.apollographql.com/docs/rover/"
url "https://github.com/apollographql/rover/archive/refs/tags/v0.19.0.tar.gz"
sha256 "19c22b9517fdc26adc90a04de6258b5aedaaade04a38c98eee00443dafcf71d2"
url "https://github.com/apollographql/rover/archive/refs/tags/v0.19.1.tar.gz"
sha256 "0b0f45d4cf826ead9d7913bfcaa263033a281ff1ea8f4cfbee73553612babff2"
license "MIT"
head "https://github.com/apollographql/rover.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "7f5abe4ad42a3f72b8eb2951a02f144be86d6ca15195bf845d51330edf144b7b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b4ff74b85c997505edf78e6469a7b6ea8243149533a6094b4d584a33ac52096f"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "f483f1c96d8e7d7e7555df85d6542bac750f4fffa99a89db5e98635f91327aa1"
sha256 cellar: :any_skip_relocation, ventura: "e30c2ca6af739804530ce8157e3fb92417cf88286e09836a774e442cb21aa0a1"
sha256 cellar: :any_skip_relocation, monterey: "b5975372bdc3833741ceb341471c4550804dec0628b9081ad15018a47033dfd9"
sha256 cellar: :any_skip_relocation, big_sur: "56efe287ce58eae9d9cda59cf945fd9dfbc64a53fa777808724daf7914fde3a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "70bb17ae04041591d0a096fc22949c06f030e09749de92478b00f28e7a163cf7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c259241719b24f8237b9767ad775c05e0ae290a34f79ded40b836c486f9797c6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ad839ddb386d793f309e4fac4a798be661431ea11569f0122cedc9c4ab98c88a"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "5bb63c547ce83fffef78b6e410d054381924e3614eb474ef67b3675bda6025d5"
sha256 cellar: :any_skip_relocation, ventura: "8b5bd5d1bf89bd6500c69e8c46cb4c349547d8e799c72ac4445fa2b71d70312b"
sha256 cellar: :any_skip_relocation, monterey: "85b35b442440003502966c90b9f4fd32266d3b489013defbbc7529f9f9dc72e7"
sha256 cellar: :any_skip_relocation, big_sur: "784fc318b57ef87d7cc6b73edb10417cf33f1c107e6d309a4e52e2d05f29af8d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e135d5318ecd4c57202f5262275a2ad0ee3ac3c34f2e3c5f255af68170a0e01f"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 204abf8

Please sign in to comment.