Skip to content

Commit

Permalink
openjdk-20 : fix version strings and bump to jdk-20.0.2+9/jdk-20.0.2-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk committed Jul 26, 2023
1 parent 570dbeb commit 1ae9ae9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions openjdk-20.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: openjdk-20
version: 20.0.1.9
epoch: 3
version: 20.0.2.9
epoch: 0
description:
copyright:
- license: GPL-2.0-with-classpath-exception
Expand Down Expand Up @@ -51,7 +51,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/openjdk/jdk20u/archive/refs/tags/jdk-${{vars.mangled-package-version}}.tar.gz
expected-sha512: 50b1e9d3936d649cb94c16d7dbcba8288807a6688808536d359a652700e00d3b5bd8169f6bbe1ec501fe25a7f2214db51794b6c9cd5954c4757606ccbf1037f2
expected-sha512: 18a352ad5474b8499b7fcdacdfbf7392ff16681e3a47c925dcb4edd7a326c690fdfd5a40977783c2c85cb2b55c9fd70d70e7cf37357cd44e02383f96fb9df8f4

- working-directory: /home/build/googletest
pipeline:
Expand Down Expand Up @@ -88,7 +88,9 @@ pipeline:
--with-libjpeg=system \
--with-giflib=system \
--with-lcms=system \
--with-gtest="/home/build/googletest"
--with-gtest="/home/build/googletest" \
--with-version-string="${{vars.mangled-package-version}}"
- runs: make jdk-image

Expand Down

0 comments on commit 1ae9ae9

Please sign in to comment.