Openjdk21 21.0.0 => 21.0.1 (#8813)

This commit is contained in:
Ed Reel
2023-10-21 06:42:25 -05:00
committed by GitHub
parent d3260f0df3
commit a4ef43c452

View File

@@ -3,11 +3,12 @@ require 'package'
class Openjdk21 < Package
description 'The JDK is a development environment for building applications, applets, and components using the Java programming language.'
homepage 'https://openjdk.org/'
version '21.0.0'
version '21.0.1'
license 'GPL-2'
compatibility 'x86_64'
source_url 'https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz'
source_sha256 '0c0eadfbdc47a7ca64aeab51b9c061f71b6e4d25d2d87674512e9b6387e9e3a6'
# Visit https://www.azul.com/downloads/?package=jdk#zulu to download the binary.
source_url 'https://cdn.azul.com/zulu/bin/zulu21.30.15-ca-jdk21.0.1-linux_x64.tar.gz'
source_sha256 'bf4842dd3a17cfe85523be5848b5ec3bc3d811afc74feab791befa4c895c4449'
no_compile_needed
no_shrink