Skip to content

Commit

Permalink
fix(shipyard-run/shipyard): fix checksum config
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 4, 2022
1 parent 9e63431 commit 3a70061
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
2 changes: 2 additions & 0 deletions pkgs/shipyard-run/shipyard/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: shipyard-run/shipyard@v0.4.10
- name: shipyard-run/shipyard
version: v0.3.18
19 changes: 12 additions & 7 deletions pkgs/shipyard-run/shipyard/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ packages:
- darwin
- linux
- amd64
version_constraint: semver(">= 0.3.20")
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
enabled: false
version_overrides:
- version_constraint: "true"
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
19 changes: 12 additions & 7 deletions registry.yaml

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

0 comments on commit 3a70061

Please sign in to comment.