Skip to content

zulufx25*: add version 25.32.21 (jdk and jre)#1

Open
yashwant86 wants to merge 1 commit intomasterfrom
pr-584
Open

zulufx25*: add version 25.32.21 (jdk and jre)#1
yashwant86 wants to merge 1 commit intomasterfrom
pr-584

Conversation

@yashwant86
Copy link
Copy Markdown

@yashwant86 yashwant86 commented Apr 7, 2026

Mirror of ScoopInstaller#584


Summary by MergeMonkey

  • Feature Drops:
    • Add Zulu FX 25 JDK and JRE installer manifests (version 25.32.21)

@mergemonkeyhq
Copy link
Copy Markdown

mergemonkeyhq bot commented Apr 14, 2026

Walkthrough

Two new Scoop manifest files are added for Zulu FX 25 (JDK and JRE) version 25.32.21. When a user runs scoop install zulufx25-jdk or scoop install zulufx25-jre, Scoop downloads the corresponding archive, extracts it, and configures JAVA_HOME and PATH environment variables.

Changes

Files Summary
Zulu FX 25 Installer Manifests
bucket/zulufx25-jdk.json
bucket/zulufx25-jre.json
Introduces Scoop package manifests for Zulu FX 25 JDK and JRE version 25.32.21, including download URLs, hashes, installation scripts, and environment variable configuration.

Sequence Diagram

sequenceDiagram
    actor User
    participant Scoop
    participant CDN as Azul CDN
    participant System as Local System
    User->>Scoop: scoop install zulufx25-jdk
    Scoop->>Scoop: Read zulufx25-jdk.json manifest
    Scoop->>CDN: Download zulu25.32.21-ca-fx-jdk25.0.0-win_x64.zip
    CDN-->>Scoop: Archive + hash verification
    Scoop->>System: Extract archive
    Scoop->>System: Set JAVA_HOME and update PATH
Loading

Dig Deeper With Commands

  • /review <file-path> <function-optional>
  • /chat <file-path> "<question>"
  • /roast <file-path>

Runs only when explicitly triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants