rover 0.4.3

* rover 0.4.3
* rover: uses zlib from macos

Closes #95137.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2022-02-15 01:00:57 -05:00 committed by BrewTestBot
parent 560bb49385
commit c2afffbfdb
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
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/v0.4.2.tar.gz"
sha256 "972a5e2f41def98e5fdcee5020aae46daffade0cd4e2eb49b33def15f1675166"
url "https://github.com/apollographql/rover/archive/v0.4.3.tar.gz"
sha256 "d91ba41397563ddaae02f93bae0602e9adc1686c681d1cef91742dac71b005f4"
license "MIT"
head "https://github.com/apollographql/rover.git", branch: "main"
@ -17,6 +17,8 @@ class Rover < Formula
depends_on "rust" => :build
depends_on "openssl@1.1"
uses_from_macos "zlib"
def install
system "cargo", "install", *std_cargo_args
end