Skip to content

Commit

Permalink
Merge pull request #704 from paketo-buildpacks/update/buildpack/nativ…
Browse files Browse the repository at this point in the history
…e-image-22-arm-64

Bump Native Image 22 ARM64 from 22.0.1 to 22.0.2
  • Loading branch information
dmikusa authored Jul 29, 2024
2 parents 4132a76 + 2d7eba8 commit 385c903
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -571,16 +571,16 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:graalvm:24.0.1:*:*:*:community:*:*:*", "cpe:2.3:a:oracle:jdk:22.0.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:graalvm:24.0.1:*:*:*:community:*:*:*", "cpe:2.3:a:oracle:jdk:22.0.2:*:*:*:*:*:*:*"]
id = "native-image-svm"
name = "BellSoft Liberica NIK"
purl = "pkg:generic/bellsoft-nik@24.0.1?arch=arm64"
sha256 = "41593694a0f4d5d69dfc486290218d666f346469436c3eb6cafd6430b6be9d95"
source = "https://github.com/bell-sw/LibericaNIK/releases/download/24.0.1+1-22.0.1+10/bellsoft-liberica-vm-openjdk22.0.1+10-24.0.1+1-src.tar.gz"
source-sha256 = "2e8bd54826cfe6da372f5a11d1d6bc17022fbb03bec72223e68012c132f74ab3"
purl = "pkg:generic/bellsoft-nik@24.0.2?arch=arm64"
sha256 = "883176fb3bfa1b19260045d089fc187943eb1cc9f44b7baaec2b0657f7984c5c"
source = "https://github.com/bell-sw/LibericaNIK/releases/download/24.0.2+1-22.0.2+11/bellsoft-liberica-vm-openjdk22.0.2+11-24.0.2+1-src.tar.gz"
source-sha256 = "e3ddf43d1501c9e57a36b7cdd22968428e172b562799fa1ac12793ad05167253"
stacks = ["*"]
uri = "https://github.com/bell-sw/LibericaNIK/releases/download/24.0.1+1-22.0.1+10/bellsoft-liberica-vm-openjdk22.0.1+10-24.0.1+1-linux-aarch64.tar.gz"
version = "22.0.1"
uri = "https://github.com/bell-sw/LibericaNIK/releases/download/24.0.2+1-22.0.2+11/bellsoft-liberica-vm-openjdk22.0.2+11-24.0.2+1-linux-aarch64.tar.gz"
version = "22.0.2"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 385c903

Please sign in to comment.