Skip to content

Commit

Permalink
Merge pull request #194 from paketo-buildpacks/ForestEckhardt-patch-1
Browse files Browse the repository at this point in the history
Update pipeline-descriptor.yml to use 2.x version line
  • Loading branch information
dmikusa authored Apr 26, 2024
2 parents 64dbc14 + 10a0145 commit 22aa4e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
glob: watchexec-.+-x86_64-unknown-linux-musl.tar.xz
owner: watchexec
repository: watchexec
tag_filter: v(1.*)
tag_filter: v(2.*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

# ARM64
Expand All @@ -38,6 +38,6 @@ dependencies:
glob: watchexec-.+-aarch64-unknown-linux-musl.tar.xz
owner: watchexec
repository: watchexec
tag_filter: v(1.*)
tag_filter: v(2.*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: arm64
28 changes: 14 additions & 14 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@ api = "0.7"
pre-package = "scripts/build.sh"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.25.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:watchexec:watchexec:2.0.0:*:*:*:*:*:*:*"]
id = "watchexec"
name = "Watchexec"
purl = "pkg:generic/watchexec@1.25.1?arch=amd64"
sha256 = "f120752ae92a579d40956ebf527fba8cf8a953718b669d1e446ee072cbfd0bd5"
source = "https://github.com/watchexec/watchexec/archive/refs/tags/v1.25.1.tar.gz"
source-sha256 = "9609163c14cd49ec651562838f38b88ed2d370e354af312ddc78c2be76c08d37"
purl = "pkg:generic/watchexec@2.0.0?arch=amd64"
sha256 = "423faf5736d25fe0da8a5cc8596e2fe7edee555e1e11c5a01edb860d14101960"
source = "https://github.com/watchexec/watchexec/archive/refs/tags/v2.0.0.tar.gz"
source-sha256 = "a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29"
stacks = ["*"]
uri = "https://github.com/watchexec/watchexec/releases/download/v1.25.1/watchexec-1.25.1-x86_64-unknown-linux-musl.tar.xz"
version = "1.25.1"
uri = "https://github.com/watchexec/watchexec/releases/download/v2.0.0/watchexec-2.0.0-x86_64-unknown-linux-musl.tar.xz"
version = "2.0.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/watchexec/watchexec/blob/main/LICENSE"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.25.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:watchexec:watchexec:2.0.0:*:*:*:*:*:*:*"]
id = "watchexec"
name = "Watchexec"
purl = "pkg:generic/watchexec@1.25.1?arch=arm64"
sha256 = "e235f2c326122e108dc2c491252487aa596fe4894a1194f7c6dd0b6f728738bb"
source = "https://github.com/watchexec/watchexec/archive/refs/tags/v1.25.1.tar.gz"
source-sha256 = "9609163c14cd49ec651562838f38b88ed2d370e354af312ddc78c2be76c08d37"
purl = "pkg:generic/watchexec@2.0.0?arch=arm64"
sha256 = "6fdd537ea546c102e0c315d7f817036d326fc56c91eb907f1265f6ff3df6be6c"
source = "https://github.com/watchexec/watchexec/archive/refs/tags/v2.0.0.tar.gz"
source-sha256 = "a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29"
stacks = ["*"]
uri = "https://github.com/watchexec/watchexec/releases/download/v1.25.1/watchexec-1.25.1-aarch64-unknown-linux-musl.tar.xz"
version = "1.25.1"
uri = "https://github.com/watchexec/watchexec/releases/download/v2.0.0/watchexec-2.0.0-aarch64-unknown-linux-musl.tar.xz"
version = "2.0.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit 22aa4e8

Please sign in to comment.