Skip to content

Commit

Permalink
Update apollo-tooling to v2.33.9 (#2028)
Browse files Browse the repository at this point in the history
* Update to v2.33.9 of the CLI tooling
* Update StarWarsAPI output generated by updated tooling
* Update test with expected output
* Keep the parameter spacing
  • Loading branch information
calvincestari authored Nov 12, 2021
1 parent ece5b5b commit 55c5db8
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Sources/ApolloCodegenLib/CLIDownloader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Foundation
/// Helper for downloading the CLI Zip file so we don't have to include it in the repo.
struct CLIDownloader {
/// The URL string for getting the current version of the CLI
static let downloadURLString = "https://install.apollographql.com/legacy-cli/darwin/2.33.6"
static let downloadURLString = "https://install.apollographql.com/legacy-cli/darwin/2.33.9"

/// Downloads the appropriate Apollo CLI in a zip file.
///
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloCodegenLib/CLIExtractor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct CLIExtractor {
}
}

static let expectedSHASUM = "496b4de6a4a1f5a1c4a093c8d2378054ebf0dc19361a7dad847f82feeccad2be"
static let expectedSHASUM = "cb73089deb2a720a7d2f5a39ad449e1cfbdc22771130cd6e2a405aaa887c343e"

/// Checks to see if the CLI has already been extracted and is the correct version, and extracts or re-extracts as necessary
///
Expand Down
Loading

0 comments on commit 55c5db8

Please sign in to comment.