Skip to content

Commit

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

Bump Watchexec CLI from 1.17.1 to 1.17.1
  • Loading branch information
Daniel Mikusa authored Oct 7, 2021
2 parents 0ca98df + 1c876fc commit 914461a
Showing 1 changed file with 28 additions and 36 deletions.
64 changes: 28 additions & 36 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,38 @@
api = "0.6"

[buildpack]
id = "paketo-buildpacks/watchexec"
name = "Paketo Watchexec Buildpack"
version = "{{.version}}"
homepage = "https://github.com/paketo-buildpacks/watchexec"
description = "A Cloud Native Buildpack that provides the Watchexec binary tool"
keywords = ["watchexec", "reloadable", "processes"]
description = "A Cloud Native Buildpack that provides the Watchexec binary tool"
homepage = "https://github.com/paketo-buildpacks/watchexec"
id = "paketo-buildpacks/watchexec"
keywords = ["watchexec", "reloadable", "processes"]
name = "Paketo Watchexec Buildpack"
version = "{{.version}}"

[[stacks]]
id = "io.buildpacks.stacks.bionic"
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/watchexec/blob/main/LICENSE"

[[stacks]]
id = "io.paketo.stacks.tiny"
[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]
pre-package = "scripts/build.sh"

[[stacks]]
id = "*"
[[metadata.dependencies]]
id = "watchexec"
name = "Watchexec - execute commands when watched files change"
sha256 = "8c6e2d9ee7b7d1ceb54c1ae74cd5dd21429f2e4c77165f916560bcc146f85844"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.17.1/watchexec-1.17.1-x86_64-unknown-linux-gnu.tar.xz"
version = "1.17.1"

[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/watchexec/blob/main/LICENSE"
[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/watchexec/watchexec/blob/main/LICENSE"

[[metadata.dependencies]]
id = "watchexec"
name = "Watchexec - execute commands when watched files change"
version = "1.17.1"
uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.17.1/watchexec-1.17.1-x86_64-unknown-linux-gnu.tar.xz"
sha256 = "8c6e2d9ee7b7d1ceb54c1ae74cd5dd21429f2e4c77165f916560bcc146f85844"
stacks = [ "io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*" ]
[[stacks]]
id = "io.buildpacks.stacks.bionic"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/watchexec/watchexec/blob/main/LICENSE"
[[stacks]]
id = "io.paketo.stacks.tiny"

[metadata]
pre-package = "scripts/build.sh"
include-files = [
"LICENSE",
"NOTICE",
"README.md",
"bin/build",
"bin/detect",
"bin/main",
"buildpack.toml",
]
[[stacks]]
id = "*"

0 comments on commit 914461a

Please sign in to comment.