Skip to content

Commit

Permalink
fix(Byron/dua-cli): update settings by aqua-registry scaffold --deep (#…
Browse files Browse the repository at this point in the history
…12325)

* fix(Byron/dua-cli): update settings by aqua-registry scaffold --deep

* chore: pin version
  • Loading branch information
suzuki-shunsuke authored May 21, 2023
1 parent 5da0a2d commit 54052af
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
env:
AQUA_GITHUB_TOKEN: ${{github.token}}

- uses: aquaproj/registry-action/test@fix/ignore-crates-io
- uses: aquaproj/registry-action/test@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0
with:
goos: ${{ matrix.env.goos }}
goarch: ${{ matrix.env.goarch }}
Expand Down
10 changes: 10 additions & 0 deletions pkgs/Byron/dua-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
packages:
- name: Byron/dua-cli@v2.20.1
- name: Byron/dua-cli
version: v2.20.0
- name: Byron/dua-cli
version: v2.10.4
- name: Byron/dua-cli
version: v2.10.3
- name: Byron/dua-cli
version: v2.6.0
- name: Byron/dua-cli
version: 2.1.13
43 changes: 36 additions & 7 deletions pkgs/Byron/dua-cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,50 @@ packages:
- type: github_release
repo_owner: Byron
repo_name: dua-cli
description: View disk space usage and delete unwanted data, fast
asset: dua-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
files:
- name: dua
src: dua-{{.Version}}-{{.Arch}}-{{.OS}}/dua
format: tar.gz
description: View disk space usage and delete unwanted data, fast
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- amd64
rosetta2: true
files:
- name: dua
src: dua-{{.Version}}-{{.Arch}}-{{.OS}}/dua
version_constraint: semver(">= 2.20.1")
version_overrides:
- version_constraint: semver(">= 2.20.0")
format: zip
overrides:
- goos: darwin
format: tar.gz
replacements:
amd64: x86_64
darwin: apple-darwin
windows: pc-windows-msvc
supported_envs:
- darwin
- windows/amd64
- version_constraint: semver(">= 2.10.4")
- version_constraint: semver(">= 2.10.3")
overrides: []
- version_constraint: semver(">= 2.6.0")
- version_constraint: semver("< 2.6.0")
files:
- name: dua
overrides: []
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
supported_envs:
- linux/amd64
- darwin
43 changes: 36 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 54052af

Please sign in to comment.