diff --git a/buildpack.toml b/buildpack.toml index 274ead2..91e4ac2 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -48,16 +48,16 @@ api = "0.7" uri = "https://github.com/watchexec/watchexec/blob/main/LICENSE" [[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=arm64" - sha256 = "01a704801dbc2d056973079655e9cf72bec4bd2b86a449f9f1e8b99e9bfdb020" - 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=arm64" + sha256 = "cbd8b581da2d7f608298b58640405a2816610f5d7265b4b5474b362a2c7822b8" + 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-aarch64-unknown-linux-musl.tar.xz" - version = "2.1.2" + uri = "https://github.com/watchexec/watchexec/releases/download/v2.2.0/watchexec-2.2.0-aarch64-unknown-linux-musl.tar.xz" + version = "2.2.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"