Skip to content

Commit

Permalink
feat: add dandavison/delta
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 26, 2021
1 parent 50569ab commit 14ad9a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ packages:
version: v0.4.0 # renovate: depName=cue-lang/cue

# init: d
- name: dandavison/delta
registry: standard
version: 0.8.3 # renovate: depName=dandavison/delta
- name: dapr/cli
registry: standard
version: v1.4.0 # renovate: depName=dapr/cli
Expand Down
15 changes: 15 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,21 @@ packages:
format: zip

# init: d
- type: github_release
repo_owner: dandavison
repo_name: delta
asset: 'delta-{{.Version}}-x86_64-{{.OS}}.{{.Format}}'
description: A syntax-highlighting pager for git
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
darwin: apple-darwin
linux: unknown-linux-musl
files:
- name: delta
src: 'delta-{{.Version}}-x86_64-{{.OS}}/delta'
- type: github_release
repo_owner: dapr
repo_name: cli
Expand Down

0 comments on commit 14ad9a9

Please sign in to comment.