openjdk17: update to 17.0.4+8.
This commit is contained in:
parent
ae0fc8ed49
commit
38fa739ccd
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openjdk17'
|
||||
pkgname=openjdk17
|
||||
version=17.0.3+7
|
||||
revision=3
|
||||
version=17.0.4+8
|
||||
revision=1
|
||||
_gtest_ver=1.8.1
|
||||
_java_ver="${version%%.*}"
|
||||
_jdk_update="${version#*+}"
|
||||
|
@ -45,12 +45,12 @@ license="GPL-2.0-only WITH Classpath-exception-2.0"
|
|||
homepage="http://openjdk.java.net/"
|
||||
distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz
|
||||
https://github.com/google/googletest/archive/refs/tags/release-${_gtest_ver}.tar.gz"
|
||||
checksum="22575340d080a396442658356583d9c7dc0c44cefa52842fbfcf23eef23c39a0
|
||||
checksum="b10b80aa96ac43c75163c1888bb42b66e1eeaecb02412d30de5369df7337ac8f
|
||||
9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
|
||||
provides="java-environment-${version}_1"
|
||||
patch_args="-Np1 --directory=$build_wrksrc"
|
||||
|
||||
# Build is still parallel, but don't use -jN.
|
||||
# Build and check are still parallel, but don't use -jN.
|
||||
disable_parallel_build=yes
|
||||
disable_parallel_check=yes
|
||||
build_options="docs"
|
||||
|
|
Loading…
Add table
Reference in a new issue