diff --git a/buildpack.toml b/buildpack.toml index 614530d..3a2a2d8 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.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:watchexec:watchexec:2.1.2:*:*:*:*:*:*:*"] id = "watchexec" name = "Watchexec" - purl = "pkg:generic/watchexec@2.1.1?arch=amd64" - sha256 = "aefbb131d885cfc906cf7c9850666df41f5f8fb02a81404f24249cd047abd5bf" - source = "https://github.com/watchexec/watchexec/archive/refs/tags/v2.1.1.tar.gz" - source-sha256 = "8d8e3c1de05daae24a31ea59d61631812b6044a74231aaa0e5a2ee15203898e8" + 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" stacks = ["*"] - uri = "https://github.com/watchexec/watchexec/releases/download/v2.1.1/watchexec-2.1.1-x86_64-unknown-linux-musl.tar.xz" - version = "2.1.1" + 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" [[metadata.dependencies.licenses]] type = "Apache-2.0"