From 86cda49ca9c3dfd08581f1da06fe81da69630709 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 15 Oct 2024 05:20:03 +0000 Subject: [PATCH] Bump Watchexec CLI from 2.1.2 to 2.2.0 Bumps Watchexec CLI from 2.1.2 to 2.2.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index cffce40..274ead2 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -32,16 +32,16 @@ api = "0.7" pre-package = "scripts/build.sh" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:watchexec:watchexec:2.1.2:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:watchexec:watchexec:2.2.0:*:*:*:*:*:*:*"] id = "watchexec" name = "Watchexec" - purl = "pkg:generic/watchexec@2.1.2?arch=amd64" - sha256 = "f0c712f5d3fb9ecc16eb748a5126e010f9130e9a4c08f49b545dd2611590bdf1" - source = "https://github.com/watchexec/watchexec/archive/refs/tags/v2.1.2.tar.gz" - source-sha256 = "500b886038ccd553559fe19914e1a502728cfeb8ee9d81f3db448b05e5a890ec" + purl = "pkg:generic/watchexec@2.2.0?arch=amd64" + sha256 = "6a870fe0b0dd00758af30f4619edccecd7e5de9c3eac34815956477bce725e0f" + source = "https://github.com/watchexec/watchexec/archive/refs/tags/v2.2.0.tar.gz" + source-sha256 = "372def49d02a53864ede5fd821feb6f8de96bbbde8a94dbcd1b77aeed01d4a7b" stacks = ["*"] - uri = "https://github.com/watchexec/watchexec/releases/download/v2.1.2/watchexec-2.1.2-x86_64-unknown-linux-musl.tar.xz" - version = "2.1.2" + uri = "https://github.com/watchexec/watchexec/releases/download/v2.2.0/watchexec-2.2.0-x86_64-unknown-linux-musl.tar.xz" + version = "2.2.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"