Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump archlinux from base-20240922.0.264758 to base-20240929.0.266368 in /archlinux #891

Commits on Oct 7, 2024

  1. chore(deps): bump archlinux in /archlinux

    Bumps archlinux from base-20240922.0.264758 to base-20240929.0.266368.
    
    ---
    updated-dependencies:
    - dependency-name: archlinux
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3643bee View commit details
    Browse the repository at this point in the history
  2. fix: Adapt to recent changes in JDK download URL response

    Parse the JDK redirect URL for a case insensitive redirect location
    
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307 shows the response as:
    
    > location: /en-US/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data
    > content-type: text/plain; charset=utf-8
    > date: Fri, 19 Jul 2024 12:57:17 GMT
    
    Previously, the response must have used "Location:" rather than "location:"
    MarkEWaite committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c57cfe1 View commit details
    Browse the repository at this point in the history