Skip to content

Commit

Permalink
feat(dprint/dprint): checksums (#31889)
Browse files Browse the repository at this point in the history
* feat(dprint/dprint): checksums

* fix(dprint/dprint): checksum typo fix
  • Loading branch information
scop authored Feb 9, 2025
1 parent 7405625 commit 1155330
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/dprint/dprint/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ packages:
- name: dprint/dprint@0.49.0
- name: dprint/dprint
version: 0.33.0
- name: dprint/dprint
version: 0.13.1
17 changes: 17 additions & 0 deletions pkgs/dprint/dprint/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ packages:
description: Pluggable and configurable code formatting platform written in Rust
version_constraint: "false"
version_overrides:
- version_constraint: semver("< 0.14.0")
asset: dprint-{{.Arch}}-{{.OS}}.zip
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
supported_envs:
- amd64
- version_constraint: semver("< 0.34.0")
asset: dprint-{{.Arch}}-{{.OS}}.zip
replacements:
Expand All @@ -17,6 +26,10 @@ packages:
supported_envs:
- darwin
- amd64
checksum:
type: github_release
asset: SHASUMS256.txt
algorithm: sha256
- version_constraint: "true"
asset: dprint-{{.Arch}}-{{.OS}}.zip
replacements:
Expand All @@ -28,3 +41,7 @@ packages:
supported_envs:
- darwin
- amd64
checksum:
type: github_release
asset: SHASUMS256.txt
algorithm: sha256
17 changes: 17 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 1155330

Please sign in to comment.