Skip to content
Merged
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
12 changes: 12 additions & 0 deletions pkgs/julian7/redact/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
packages:
- name: julian7/redact@v0.10.0
- name: julian7/redact
version: v0.9.0
- name: julian7/redact
version: v0.7.1
- name: julian7/redact
version: v0.6.0
- name: julian7/redact
version: v0.3.0
- name: julian7/redact
version: v0.2.0
97 changes: 97 additions & 0 deletions pkgs/julian7/redact/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: julian7
repo_name: redact
description: Data encryptor for git
files:
- name: redact
- name: redact-ext-aws
- name: redact-ext-azure
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.3.0"
asset: redact-{{.OS}}-{{.Arch}}-{{.Version}}
format: raw
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.2.0")
asset: redact-{{.OS}}-{{.Arch}}-{{.Version}}
format: raw
rosetta2: true
windows_arm_emulation: true
complete_windows_ext: false
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.4.1")
no_asset: true
- version_constraint: semver("<= 0.6.0")
asset: redact-{{.OS}}-{{.Arch}}-{{trimV .Version}}
format: raw
rosetta2: true
windows_arm_emulation: true
replacements:
darwin: macos
checksum:
type: github_release
asset: SHA256SUMS.redact-{{trimV .Version}}
algorithm: sha256
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.7.1")
asset: redact-{{.OS}}-{{.Arch}}-{{trimV .Version}}
format: raw
windows_arm_emulation: true
replacements:
darwin: macos
checksum:
type: github_release
asset: SHA256SUMS.redact-{{trimV .Version}}
algorithm: sha256
overrides:
- goos: darwin
asset: redact-{{.OS}}-all-{{trimV .Version}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.9.0")
asset: redact-{{.OS}}-{{.Arch}}-{{trimV .Version}}
format: raw
windows_arm_emulation: true
checksum:
type: github_release
asset: SHA256SUMS.redact-{{trimV .Version}}
algorithm: sha256
overrides:
- goos: darwin
asset: redact-{{.OS}}-all-{{trimV .Version}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: redact-{{.OS}}-{{.Arch}}-{{trimV .Version}}.{{.Format}}
format: tgz
windows_arm_emulation: true
checksum:
type: github_release
asset: SHA256SUMS.redact-{{trimV .Version}}
algorithm: sha256
overrides:
- goos: darwin
asset: redact-{{.OS}}-all-{{trimV .Version}}.{{.Format}}
- goos: windows
format: zip
supported_envs:
- darwin
- windows
- amd64
95 changes: 95 additions & 0 deletions registry.yaml

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

Loading