Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shasum (1.57 sec)

  1. maven-tests/mvnw

          distributionSha256Result=true
        fi
      elif command -v shasum >/dev/null; then
        if echo "$distributionSha256Sum  $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
          distributionSha256Result=true
        fi
      else
        echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jul 12 12:05:57 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  2. mvnw

          wrapperSha256Result=true
        fi
      elif command -v shasum >/dev/null; then
        if echo "$wrapperSha256Sum  $wrapperJarPath" | shasum -a 256 -c >/dev/null 2>&1; then
          wrapperSha256Result=true
        fi
      else
        echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Oct 14 22:24:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top