From aafe8dcc57736e90d988f126118c9a9bc545498f Mon Sep 17 00:00:00 2001 From: Forest Eckhardt Date: Wed, 24 Apr 2024 16:35:24 -0400 Subject: [PATCH 1/2] Update pipeline-descriptor.yml to use 2.x version line --- .github/pipeline-descriptor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index 874da87..af525f2 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -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 @@ -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 From 10a0145ce26bb323124a4f4bfccae6fd7c44681c Mon Sep 17 00:00:00 2001 From: Forest Eckhardt Date: Thu, 25 Apr 2024 19:13:10 +0000 Subject: [PATCH 2/2] Update the buildpack.toml with latest version --- buildpack.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 892ec70..9b487cd 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -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"