diff --git a/pkgs/dprint/dprint/pkg.yaml b/pkgs/dprint/dprint/pkg.yaml index 16eb577ca91..58ae6a5c70c 100644 --- a/pkgs/dprint/dprint/pkg.yaml +++ b/pkgs/dprint/dprint/pkg.yaml @@ -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 diff --git a/pkgs/dprint/dprint/registry.yaml b/pkgs/dprint/dprint/registry.yaml index 6574b2e7bb8..b4746ae0429 100644 --- a/pkgs/dprint/dprint/registry.yaml +++ b/pkgs/dprint/dprint/registry.yaml @@ -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: @@ -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: @@ -28,3 +41,7 @@ packages: supported_envs: - darwin - amd64 + checksum: + type: github_release + asset: SHASUMS256.txt + algorithm: sha256 diff --git a/registry.yaml b/registry.yaml index 1db43d07177..b2abcf8ffd1 100644 --- a/registry.yaml +++ b/registry.yaml @@ -20952,6 +20952,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: @@ -20963,6 +20972,10 @@ packages: supported_envs: - darwin - amd64 + checksum: + type: github_release + asset: SHASUMS256.txt + algorithm: sha256 - version_constraint: "true" asset: dprint-{{.Arch}}-{{.OS}}.zip replacements: @@ -20974,6 +20987,10 @@ packages: supported_envs: - darwin - amd64 + checksum: + type: github_release + asset: SHASUMS256.txt + algorithm: sha256 - type: github_release repo_owner: drlau repo_name: akashi