File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ struct CLIDownloader {
3030 }
3131
3232 /// The URL string for getting the current version of the CLI
33- static let downloadURLString = " https://install.apollographql.com/legacy-cli/darwin/2.28.0 "
33+ static let downloadURLString = " https://install.apollographql.com/legacy-cli/darwin/2.28.3 "
3434
3535 /// Downloads the appropriate Apollo CLI in a zip file.
3636 ///
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ struct CLIExtractor {
2525 }
2626 }
2727
28- static let expectedSHASUM = " 060d893aea4ebc2effa74b20433f5d0f586b31fec0d0f73c210ee152c032185e "
28+ static let expectedSHASUM = " cb2f4b9f53eb8443661e7658e407a3837da3d781649f8bc66a1c6cf7d32acef1 "
2929
3030 /// Checks to see if the CLI has already been extracted and is the correct version, and extracts or re-extracts as necessary
3131 ///
You can’t perform that action at this time.
0 commit comments