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

Update JDK 21 to 21.0.2+13 #2

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/openjdk-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
type: boolean

env:
JDK_TARBALL_URL: https://github.com/openjdk/jdk21u/archive/refs/tags/jdk-21.0.1+12.tar.gz
PKG_NAME_AND_VERSION: openjdk-21_21.0.1+12
JDK_TARBALL_URL: https://github.com/openjdk/jdk21u/archive/refs/tags/jdk-21.0.2+13.tar.gz
PKG_NAME_AND_VERSION: openjdk-21_21.0.2+13

jobs:
build:
Expand Down
7 changes: 7 additions & 0 deletions openjdk-21/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
openjdk-21 (21.0.2+13-0ppa1) focal; urgency=high

* OpenJDK 21.0.2 release, build 13.
* see https://jdk.java.net/21/release-notes

-- Cryptobot <releases@cryptomator.org> Tue, 30 Jan 2024 11:00:00 +0200

openjdk-21 (21.0.1+12-0ppa1) focal; urgency=high

* OpenJDK 21.0.1 release, build 12.
Expand Down
2 changes: 1 addition & 1 deletion openjdk-21/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#export DH_VERBOSE=1

BOOT_JDK_PATH = /usr/lib/jvm/java-20-coffeelibs
JDK_VERSION = 21.0.1+12-1
JDK_VERSION = 21.0.2+13-1

%:
dh $@
Expand Down
Loading