Skip to content

Commit

Permalink
Adds bomberman support
Browse files Browse the repository at this point in the history
Added bomberman(https://github.com/c1982/bomberman/) support
Fixed Hey URL
  • Loading branch information
leucos committed Oct 23, 2020
1 parent 207d6a4 commit 408a8c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Currently supported distributions are:
- [awless](https://github.com/wallix/awless)
- [awstaghelper](https://github.com/mpostument/awstaghelper)
- [binenv](https://github.com/devops-works/binenv)
- [bomberman](https://github.com/c1982/bomberman)
- [cli53](https://github.com/barnybug/cli53)
- [consul](https://www.consul.io/)
- [dive](https://github.com/wagoodman/dive/)
Expand Down
11 changes: 10 additions & 1 deletion distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ sources:
install:
type: direct

bomberman:
list:
type: github-releases
url: https://api.github.com/repos/c1982/bomberman/releases
fetch:
url: https://github.com/c1982/bomberman/releases/download/v{{ .VersionMajor }}.{{ .VersionMinor }}/bomberman_{{ .OS }}_{{ .Arch }}{{ .ExeExtension }}
install:
type: direct

cli53:
list:
type: github-releases
Expand Down Expand Up @@ -200,7 +209,7 @@ sources:
hey:
list:
type: github-releases
url: https://api.github.com/repos/c1982/bomberman/releases
url: https://api.github.com/repos/rakyll/hey/releases
fetch:
url: https://storage.googleapis.com/hey-release/hey_{{ .OS }}_{{ .Arch }}
install:
Expand Down

0 comments on commit 408a8c9

Please sign in to comment.