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://44151 -65563448-gh.circle-artifacts.com/0/oclif-pack/apollo-v2.25 .0/apollo-v2.25 .0-darwin-x64.tar.gz "
33+ static let downloadURLString = " https://46555 -65563448-gh.circle-artifacts.com/0/oclif-pack/apollo-v2.26 .0/apollo-v2.26 .0-darwin-x64.tar.gz "
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 = " 5224c3788d0a131483bd1ed640444e0b1becf3ab33e9ce4aef6b0579bd4d7712 "
28+ static let expectedSHASUM = " efc67e140096bb3414a385c5da32dfa0d9a6172ac081f0351998c62b5d3db502 "
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 ///
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SCRIPT_DIR="$(dirname "$0")"
1111
1212# Get the SHASUM of the tarball
1313ZIP_FILE=" ${SCRIPT_DIR} /apollo.tar.gz"
14- ZIP_FILE_DOWNLOAD_URL=" https://44151 -65563448-gh.circle-artifacts.com/0/oclif-pack/apollo-v2.25 .0/apollo-v2.25 .0-darwin-x64.tar.gz"
14+ ZIP_FILE_DOWNLOAD_URL=" https://46555 -65563448-gh.circle-artifacts.com/0/oclif-pack/apollo-v2.26 .0/apollo-v2.26 .0-darwin-x64.tar.gz"
1515SHASUM_FILE=" ${SCRIPT_DIR} /apollo/.shasum"
1616APOLLO_DIR=" ${SCRIPT_DIR} " /apollo
1717IS_RETRY=" false"
@@ -58,7 +58,7 @@ extract_cli() {
5858
5959validate_codegen_and_extract_if_needed () {
6060 # Make sure the SHASUM matches the release for this version
61- EXPECTED_SHASUM=" 5224c3788d0a131483bd1ed640444e0b1becf3ab33e9ce4aef6b0579bd4d7712 "
61+ EXPECTED_SHASUM=" efc67e140096bb3414a385c5da32dfa0d9a6172ac081f0351998c62b5d3db502 "
6262 update_shasum
6363
6464 if [[ ${SHASUM} = ${EXPECTED_SHASUM} * ]]; then
You can’t perform that action at this time.
0 commit comments