openjdk11: bump version

fix build on VM without AVX
This commit is contained in:
Jerome Duval
2020-11-03 17:15:24 +01:00
parent a507b17c98
commit 2bd811e8a9
2 changed files with 3 additions and 3 deletions

View File

@@ -10,11 +10,11 @@ license. OpenJDK is the official Java SE 8 reference implementation."
HOMEPAGE="https://openjdk.java.net/"
COPYRIGHT="2007-2019 Oracle and/or its affiliates."
LICENSE="GNU GPL v2"
REVISION="5"
REVISION="1"
jdkBuild="jdk-${portVersion%.*}+${portVersion##*.}"
srcGitRev="6cd3c03472d23368a5893490dac47c74eeba5ca9"
srcGitRev="7c3bc110a54073826adc95e5a7845a694cf835ca"
SOURCE_URI="https://github.com/korli/haiku-jdk11u/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="3677bd0e925a4aa155ba14b169bb4cc991b1272e46018c1b2d5a1ba7e8942661"
CHECKSUM_SHA256="59b9b0a1984f95c4bac185232e492c42905578fff88091adf2f9ba9d7b9898c6"
SOURCE_DIR="haiku-jdk11u-$srcGitRev"
SOURCE_FILENAME="jdk11u-$jdkBuild-$srcGitRev.tar.gz"
SOURCE_URI_2="https://ftp.osuosl.org/pub/blfs/conglomeration/openjdk/jtreg-4.2-b13-433.tar.gz"