Skip to content

Commit

Permalink
Bump JRE 11 ARM64 from 11.0.23 to 11.0.23
Browse files Browse the repository at this point in the history
Bumps JRE 11 ARM64 from 11.0.23 to 11.0.23.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paketo-bot authored and github-actions[bot] committed Apr 18, 2024
1 parent 8de0461 commit 6e2aadc
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/sap-machine/blob/main/LICENSE"

[[targets]]
os = "linux"
arch = "amd64"

[[targets]]
os = "linux"
arch = "arm64"

[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/helper", "bin/main", "buildpack.toml"]
pre-package = "scripts/build.sh"
Expand Down Expand Up @@ -305,7 +297,7 @@ arch = "arm64"
id = "jre"
name = "SapMachine JRE"
purl = "pkg:generic/sap-machine-jre@11.0.23?arch=arm64"
sha256 = "blank"
sha256 = "50b4cc9b6399cacccda0eed6ffafb02e0a53985a23c83be8ce0bf6758e93b5d1"
source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-11.0.23.tar.gz"
source-sha256 = "c091e159967c6ff5a7bc66d8f7f01d3330c6948bbf98467da5315f6c65fb7ec5"
stacks = ["*"]
Expand All @@ -328,7 +320,7 @@ arch = "arm64"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.11/sapmachine-jdk-17.0.11_linux-aarch64_bin.tar.gz"
version = "17.0.11"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"
Expand All @@ -345,7 +337,7 @@ arch = "arm64"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.11/sapmachine-jre-17.0.11_linux-aarch64_bin.tar.gz"
version = "17.0.11"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"
Expand All @@ -362,7 +354,7 @@ arch = "arm64"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.3/sapmachine-jdk-21.0.3_linux-aarch64_bin.tar.gz"
version = "21.0.3"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"
Expand All @@ -379,7 +371,7 @@ arch = "arm64"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.3/sapmachine-jre-21.0.3_linux-aarch64_bin.tar.gz"
version = "21.0.3"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"
Expand All @@ -396,7 +388,7 @@ arch = "arm64"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-22.0.1/sapmachine-jdk-22.0.1_linux-aarch64_bin.tar.gz"
version = "22.0.1"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"
Expand All @@ -413,11 +405,18 @@ arch = "arm64"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-22.0.1/sapmachine-jre-22.0.1_linux-aarch64_bin.tar.gz"
version = "22.0.1"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"


[[stacks]]
id = "*"

[[targets]]
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"

0 comments on commit 6e2aadc

Please sign in to comment.