Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: omit format #11529

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.4
aqua_version: v2.4.0-1
policy_allow: "true"
- run: actionlint -ignore "duplicate value"
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.4
aqua_version: v2.4.0-1
policy_allow: "true"
- uses: aquaproj/registry-action/generate-registry@39773065a44549758440b90a9e25f713c7e1db34 # tag=v0.1.4

Expand All @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.4
aqua_version: v2.4.0-1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand All @@ -141,7 +141,7 @@ jobs:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.4
aqua_version: v2.4.0-1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.4
aqua_version: v2.4.0-1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down
4 changes: 2 additions & 2 deletions pkgs/ankitpokhrel/jira-cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- type: github_release
repo_owner: ankitpokhrel
repo_name: jira-cli
asset: jira_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
asset: jira_{{trimV .Version}}_{{.OS}}_{{.Arch}}
format: tar.gz
description: Feature-rich interactive Jira command line
replacements:
Expand All @@ -22,7 +22,7 @@ packages:
- amd64
files:
- name: jira
src: jira_{{trimV .Version}}_{{.OS}}_{{.Arch}}/bin/jira
src: "{{.AssetWithoutExt}}/bin/jira"
checksum:
type: github_release
asset: checksums.txt
Expand Down
4 changes: 2 additions & 2 deletions pkgs/aristocratos/btop/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ packages:
repo_owner: aristocratos
repo_name: btop
description: A monitor of resources
asset: btop-{{.Arch}}-{{.OS}}.tbz
format: tar.bz2
asset: btop-{{.Arch}}-{{.OS}}.{{.Format}}
format: tbz
supported_envs:
- darwin
- linux
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cli/cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ packages:
- darwin
- amd64
rosetta2: true
asset: gh_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
asset: gh_{{trimV .Version}}_{{.OS}}_{{.Arch}}
files:
- name: gh
src: gh_{{trimV .Version}}_{{.OS}}_{{.Arch}}/bin/gh
src: "{{.AssetWithoutExt}}/bin/gh"
replacements:
darwin: macOS
format: tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pkgs/purpleclay/dns53/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- type: github_release
repo_owner: purpleclay
repo_name: dns53
asset: dns53_{{trimV .Version}}_{{.OS}}-{{.Arch}}.{{.Format}}
asset: dns53_{{trimV .Version}}_{{.OS}}-{{.Arch}}
format: tar.gz
description: Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately
replacements:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/syncthing/syncthing/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- type: github_release
repo_owner: syncthing
repo_name: syncthing
asset: syncthing-{{.OS}}-{{.Arch}}-{{.Version}}.{{.Format}}
asset: syncthing-{{.OS}}-{{.Arch}}-{{.Version}}
format: zip
description: Open Source Continuous File Synchronization
replacements:
Expand All @@ -12,7 +12,7 @@ packages:
format: tar.gz
files:
- name: syncthing
src: syncthing-{{.OS}}-{{.Arch}}-{{.Version}}/syncthing
src: "{{.AssetWithoutExt}}/syncthing"
checksum:
type: github_release
asset: sha256sum.txt.asc
Expand Down
18 changes: 9 additions & 9 deletions registry.yaml

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