summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2022-01-29 02:09:20 +0800
committerxdavidwu2022-01-29 02:09:20 +0800
commit0379c37d95d203805ff94b8fe9a71890b71f4116 (patch)
tree9db0e419fcb74093c8ba46d62a54b39412e80602
parentb24f8e9b85f962311e9caa493bcf80f2736e1ca7 (diff)
downloadaur-0379c37d95d203805ff94b8fe9a71890b71f4116.tar.gz
17.0.2b8_openj9_0.30.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f848dda871f..288626f079ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jdk-openj9-bin
pkgdesc = Eclipse (former IBM) OpenJ9 with openjdk17
- pkgver = 17.0.1b12_openj9_0.29.1
+ pkgver = 17.0.2b8_openj9_0.30.0
pkgrel = 1
url = https://developer.ibm.com/languages/java/semeru-runtimes/downloads
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = jdk-openj9-bin
conflicts = jdk17-openj9-bin
conflicts = jdk17-openj9
options = !strip
- source = https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.1%2B12_openj9-0.29.1/ibm-semeru-open-jdk_x64_linux_17.0.1_12_openj9-0.29.1.tar.gz
- sha256sums = 154f6411742ee1f8cbf004d72e7e71053b9ad4e89090cb930b6f16951e56503e
+ source = https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.2%2B8_openj9-0.30.0/ibm-semeru-open-jdk_x64_linux_17.0.2_8_openj9-0.30.0.tar.gz
+ sha256sums = 2e35d0b10dce880a2447e7c8b5d87b8aa63c693440744089590bec2d6f1490a7
pkgname = jdk-openj9-bin
diff --git a/PKGBUILD b/PKGBUILD
index b45332e3e26b..a9467ddbcc18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
pkgname=jdk-openj9-bin
_jdkver=17
_jdkminor=0
-_jdkpatch=1
+_jdkpatch=2
_jdkfullver=${_jdkver}.${_jdkminor}.${_jdkpatch}
-_openj9ver=0.29.1
-_buildvershort=12
+_openj9ver=0.30.0
+_buildvershort=8
_buildver=${_buildvershort}_openj9-${_openj9ver}
pkgver=${_jdkfullver}b${_buildver//-/_}
pkgrel=1
@@ -33,7 +33,7 @@ conflicts=("jdk${_jdkver}-openj9-bin" "jdk${_jdkver}-openj9")
options=(!strip)
source=("https://github.com/ibmruntimes/semeru${_jdkver}-binaries/releases/download/jdk-${_jdkfullver}%2B${_buildver}/ibm-semeru-open-jdk_x64_linux_${_jdkfullver}_${_buildver}.tar.gz")
-sha256sums=('154f6411742ee1f8cbf004d72e7e71053b9ad4e89090cb930b6f16951e56503e')
+sha256sums=('2e35d0b10dce880a2447e7c8b5d87b8aa63c693440744089590bec2d6f1490a7')
_jvmdir=usr/lib/jvm/java-${_jdkver}-j9