Skip to content

Commit

Permalink
Merge pull request #79 from paketo-buildpacks/update/buildpack/watche…
Browse files Browse the repository at this point in the history
…xec-cli

Bump Watchexec CLI from 1.20.0 to 1.20.3
  • Loading branch information
pivotal-david-osullivan authored Jun 29, 2022
2 parents ee5913b + 3abd29e commit ed7f07e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ api = "0.7"
pre-package = "scripts/build.sh"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.20.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.20.3:*:*:*:*:*:*:*"]
id = "watchexec"
name = "Watchexec"
purl = "pkg:generic/[email protected].0?arch=amd64"
sha256 = "f95f845ecf66a391d00fe254904d5af244ffac583adcad2701c9709b4d6b81c2"
purl = "pkg:generic/[email protected].3?arch=amd64"
sha256 = "20f9f4efcb914b644b27bb5adc9c93c08c4779343a8cd3185ee2935b40514f98"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.0/watchexec-1.20.0-x86_64-unknown-linux-musl.tar.xz"
version = "1.20.0"
uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.3/watchexec-1.20.3-x86_64-unknown-linux-musl.tar.xz"
version = "1.20.3"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit ed7f07e

Please sign in to comment.