From 7abcd929e212554e7d25eea008baab9d7cacbbac Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 15 Apr 2022 05:21:13 +0000 Subject: [PATCH] Bump Watchexec CLI from 1.18.12 to 1.19.0 Bumps Watchexec CLI from 1.18.12 to 1.19.0. Signed-off-by: GitHub --- buildpack.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 922303a..adacf1a 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -32,14 +32,14 @@ api = "0.7" pre-package = "scripts/build.sh" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:watchexec:watchexec:1.18.12:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:watchexec:watchexec:1.19.0:*:*:*:*:*:*:*"] id = "watchexec" name = "Watchexec" - purl = "pkg:generic/watchexec@1.18.12?arch=amd64" - sha256 = "b8883fd4bcb87b654bf000178f9aed394168425c5327484b47f649b9d51749e4" + purl = "pkg:generic/watchexec@1.19.0?arch=amd64" + sha256 = "e9f52dd1861d45d46208b34b362b1eed9bff2d95f34b6906dc834dc8dcb90ba5" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.18.12/watchexec-1.18.12-x86_64-unknown-linux-musl.tar.xz" - version = "1.18.12" + uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.19.0/watchexec-1.19.0-x86_64-unknown-linux-musl.tar.xz" + version = "1.19.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"