summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2022-08-24 01:02:16 +0800
committerxdavidwu2022-08-24 01:02:16 +0800
commita162275f7d6893d3600db5f83100467d5ebc2220 (patch)
treeea7d780e8010c2e302e0331c53f96326f4464f27
parent4ff3a04ea53267ba6bd80bb9edea646d4a916e4b (diff)
downloadaur-a162275f7d6893d3600db5f83100467d5ebc2220.tar.gz
18.0.2b9_openj9_0.33.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52021796c2e2..b10cc3d423c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jdk-openj9-bin
pkgdesc = Eclipse (former IBM) OpenJ9 with openjdk18
- pkgver = 18.0.2b9_openj9_0.33.0
+ pkgver = 18.0.2b9_openj9_0.33.1
pkgrel = 1
url = https://developer.ibm.com/languages/java/semeru-runtimes/downloads
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = jdk-openj9-bin
conflicts = jdk18-openj9-bin
conflicts = jdk18-openj9
options = !strip
- source = https://github.com/ibmruntimes/semeru18-binaries/releases/download/jdk-18.0.2%2B9_openj9-0.33.0/ibm-semeru-open-jdk_x64_linux_18.0.2_9_openj9-0.33.0.tar.gz
- sha256sums = 48a7ea9b5043e5476b63d3b77b3bf01d71fd7fb53dd76db13865ce8bf8d4c09f
+ source = https://github.com/ibmruntimes/semeru18-binaries/releases/download/jdk-18.0.2%2B9_openj9-0.33.1/ibm-semeru-open-jdk_x64_linux_18.0.2_9_openj9-0.33.1.tar.gz
+ sha256sums = b694d47666035b1f7870bc3749aa7c1903d50976eab3772fd81c32dab2aa8e64
pkgname = jdk-openj9-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1f3809af42f2..92e30f904ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ pkgname=jdk-openj9-bin
_jdkver=18
_jdkminor=0
_jdkpatch=2
-_jdksubpatch=0
+_jdksubpatch=1
_jdkfullver=${_jdkver}.${_jdkminor}.${_jdkpatch} #.${_jdksubpatch}
-_openj9ver=0.33.0
+_openj9ver=0.33.1
_buildvershort=9
_buildver=${_buildvershort}_openj9-${_openj9ver}
pkgver=${_jdkfullver}b${_buildver//-/_}
@@ -34,7 +34,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=('48a7ea9b5043e5476b63d3b77b3bf01d71fd7fb53dd76db13865ce8bf8d4c09f')
+sha256sums=('b694d47666035b1f7870bc3749aa7c1903d50976eab3772fd81c32dab2aa8e64')
_jvmdir=usr/lib/jvm/java-${_jdkver}-j9