Skip to content

Commit

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

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 c313753
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 @@ -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 @@ -373,13 +365,13 @@ arch = "arm64"
id = "jre"
name = "SapMachine JRE"
purl = "pkg:generic/sap-machine-jre@21.0.3?arch=arm64"
sha256 = "blank"
sha256 = "0d2c647ff947eeb96211d8a1be42650984decbebe1af7961edd8920d4a2491fd"
source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-21.0.3.tar.gz"
source-sha256 = "a7288e70b0da4a062a5adb4e6a5f65cfba6389357f87e41e4850656e5dd60250"
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 c313753

Please sign in to comment.