Skip to content

Commit

Permalink
chore: update project.json (#882)
Browse files Browse the repository at this point in the history
Updated links in `project.json` for CentOS Stream 9 download and checksum to use the latest.

Signed-off-by: Jared Burns <[email protected]>
  • Loading branch information
burnsjared0415 committed Apr 16, 2024
1 parent 2a71ecb commit c8ed416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@
"architectures": [
{
"architecture": "amd64",
"download_link": "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-20240408.0-x86_64-dvd1.iso",
"download_link": "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso",
"checksum_algorithm": "sha256",
"checksum": "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/SHA256SUM"
"checksum": "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso.SHA256SUM"
}
]
}
Expand Down

0 comments on commit c8ed416

Please sign in to comment.