Skip to content

Commit

Permalink
Merge pull request #7091 from ponkio-o/feat/hashicorp/levant_checksum
Browse files Browse the repository at this point in the history
feat: added checksum verification for hashicorp/levant
  • Loading branch information
suzuki-shunsuke committed Oct 15, 2022
2 parents bcfa62f + 51a6b5e commit 86f5f90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/hashicorp/levant/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ packages:
- darwin
- linux
- amd64
checksum:
type: http
url: https://releases.hashicorp.com/levant/{{trimV .Version}}/levant_{{trimV .Version}}_SHA256SUMS
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
8 changes: 8 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86f5f90

Please sign in to comment.