mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Openjdk21 21.0.0 => 21.0.1 (#8813)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user