Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aquaproj/aqua-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.81.0
Choose a base ref
...
head repository: aquaproj/aqua-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.82.0
Choose a head ref
Loading
Showing with 213 additions and 52 deletions.
  1. +13 −0 CONTRIBUTING.md
  2. +2 −2 README.md
  3. +1 −1 pkgs/GoogleCloudPlatform/cloud-sql-proxy/pkg.yaml
  4. +1 −1 pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
  5. +1 −1 pkgs/acorn-io/acorn/pkg.yaml
  6. +1 −1 pkgs/ahmetb/kubectl-tree/pkg.yaml
  7. +1 −1 pkgs/alexellis/arkade/pkg.yaml
  8. +1 −1 pkgs/aquasecurity/chain-bench/pkg.yaml
  9. +1 −1 pkgs/aquasecurity/tfsec/pkg.yaml
  10. +1 −1 pkgs/aquasecurity/trivy/pkg.yaml
  11. +1 −1 pkgs/argoproj/argo-cd/pkg.yaml
  12. +1 −1 pkgs/civo/cli/pkg.yaml
  13. +1 −1 pkgs/cloudflare/cloudflared/pkg.yaml
  14. +1 −1 pkgs/coder/coder/pkg.yaml
  15. +1 −1 pkgs/containerd/containerd/pkg.yaml
  16. +1 −1 pkgs/crate-ci/typos/pkg.yaml
  17. +1 −1 pkgs/datreeio/datree/pkg.yaml
  18. +1 −1 pkgs/docker-slim/docker-slim/pkg.yaml
  19. +1 −1 pkgs/dolthub/dolt/pkg.yaml
  20. +1 −1 pkgs/dprint/dprint/pkg.yaml
  21. +2 −0 pkgs/drud/ddev/pkg.yaml
  22. +24 −0 pkgs/drud/ddev/registry.yaml
  23. +1 −1 pkgs/exoscale/cli/pkg.yaml
  24. +1 −1 pkgs/fortio/fortio/pkg.yaml
  25. +1 −1 pkgs/getsentry/sentry-cli/pkg.yaml
  26. +1 −1 pkgs/golang/tools/goimports/pkg.yaml
  27. +1 −1 pkgs/goodwithtech/dockle/pkg.yaml
  28. +1 −1 pkgs/hmarr/codeowners/pkg.yaml
  29. +1 −1 pkgs/jenkins-x/jx/pkg.yaml
  30. +1 −1 pkgs/jetpack-io/devbox/pkg.yaml
  31. +1 −1 pkgs/k1LoW/octocov/pkg.yaml
  32. +1 −1 pkgs/k1LoW/tbls/pkg.yaml
  33. +1 −1 pkgs/kastenhq/kubestr/pkg.yaml
  34. +1 −1 pkgs/kubescape/kubescape/pkg.yaml
  35. +1 −1 pkgs/kyverno/kyverno/pkg.yaml
  36. +2 −0 pkgs/librespeed/speedtest-cli/pkg.yaml
  37. +21 −0 pkgs/librespeed/speedtest-cli/registry.yaml
  38. +1 −1 pkgs/lima-vm/lima/pkg.yaml
  39. +1 −1 pkgs/lindell/multi-gitter/pkg.yaml
  40. +2 −0 pkgs/making/rsc/pkg.yaml
  41. +17 −0 pkgs/making/rsc/registry.yaml
  42. +1 −1 pkgs/metalbear-co/mirrord/pkg.yaml
  43. +1 −1 pkgs/miku/zek/pkg.yaml
  44. +1 −1 pkgs/newrelic/newrelic-cli/pkg.yaml
  45. +1 −1 pkgs/pivotal-cf/om/pkg.yaml
  46. +1 −1 pkgs/porter-dev/porter/pkg.yaml
  47. +1 −1 pkgs/projectdiscovery/naabu/pkg.yaml
  48. +1 −1 pkgs/pulumi/pulumi/pkg.yaml
  49. +1 −1 pkgs/quarkslab/kdigger/pkg.yaml
  50. +1 −1 pkgs/siderolabs/conform/pkg.yaml
  51. +1 −1 pkgs/stoplightio/spectral/pkg.yaml
  52. +1 −1 pkgs/temporalio/tctl/pkg.yaml
  53. +1 −1 pkgs/terraform-linters/tflint/pkg.yaml
  54. +1 −1 pkgs/thycotic/dsv-cli/pkg.yaml
  55. +1 −1 pkgs/tilt-dev/ctlptl/pkg.yaml
  56. +1 −1 pkgs/tilt-dev/tilt/pkg.yaml
  57. +1 −1 pkgs/trufflesecurity/trufflehog/pkg.yaml
  58. +2 −0 pkgs/ysugimoto/falco/pkg.yaml
  59. +10 −0 pkgs/ysugimoto/falco/registry.yaml
  60. +1 −1 pkgs/zellij-org/zellij/pkg.yaml
  61. +68 −0 registry.yaml
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,19 @@ Please read the following document.

- https://github.com/suzuki-shunsuke/oss-contribution-guide

## Should you create an Issue before sending a Pull Request?

Basically, you don't have to create an Issue before sending a Pull Request.
But if the pull request requires the discussion before reviewing, you have to create an Issue in advance.

For example, you don't have to create an Issue in the following cases.

- Add a package
- Fix a typo

On the other hand, for example if you want to change the directory structure in `pkgs` or the workflow adding a package,
you have to create an Issue and describe what is changed and why the change is needed.

## Requirements

- [aqua](https://aquaproj.github.io/docs/reference/install) >= [v1.14.0](https://github.com/aquaproj/aqua/releases/tag/v1.14.0)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ aqua.yaml
```yaml
registries:
- type: standard
ref: v3.80.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.81.0 # renovate: depName=aquaproj/aqua-registry
```
## Search packages from the Standard Registry by the command `aqua g`
@@ -23,7 +23,7 @@ Please add the Standard Registry to your aqua.yaml's registries, and run `aqua g
```yaml
registries:
- type: standard
ref: v3.80.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.81.0 # renovate: depName=aquaproj/aqua-registry
```

`aqua g` launches the interactive UI and you can search the package by fuzzy search.
2 changes: 1 addition & 1 deletion pkgs/GoogleCloudPlatform/cloud-sql-proxy/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: GoogleCloudPlatform/cloud-sql-proxy@v1.32.0
- name: GoogleCloudPlatform/cloud-sql-proxy@v1.33.0
2 changes: 1 addition & 1 deletion pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: JanDeDobbeleer/oh-my-posh@v12.6.8
- name: JanDeDobbeleer/oh-my-posh@v12.7.1
2 changes: 1 addition & 1 deletion pkgs/acorn-io/acorn/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: acorn-io/acorn@v0.3.0
- name: acorn-io/acorn@v0.3.1
2 changes: 1 addition & 1 deletion pkgs/ahmetb/kubectl-tree/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: ahmetb/kubectl-tree@v0.4.2
- name: ahmetb/kubectl-tree@v0.4.3
2 changes: 1 addition & 1 deletion pkgs/alexellis/arkade/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: alexellis/arkade@0.8.47
- name: alexellis/arkade@0.8.48
2 changes: 1 addition & 1 deletion pkgs/aquasecurity/chain-bench/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: aquasecurity/chain-bench@v0.1.4
- name: aquasecurity/chain-bench@v0.1.6
2 changes: 1 addition & 1 deletion pkgs/aquasecurity/tfsec/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: aquasecurity/tfsec@v1.28.0
- name: aquasecurity/tfsec@v1.28.1
2 changes: 1 addition & 1 deletion pkgs/aquasecurity/trivy/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: aquasecurity/trivy@v0.32.1
- name: aquasecurity/trivy@v0.33.0
2 changes: 1 addition & 1 deletion pkgs/argoproj/argo-cd/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: argoproj/argo-cd@v2.4.15
- name: argoproj/argo-cd@v2.5.0
- name: argoproj/argo-cd
version: v2.4.14
2 changes: 1 addition & 1 deletion pkgs/civo/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: civo/cli@v1.0.40
- name: civo/cli@v1.0.41
2 changes: 1 addition & 1 deletion pkgs/cloudflare/cloudflared/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: cloudflare/cloudflared@2022.10.2
- name: cloudflare/cloudflared@2022.10.3
2 changes: 1 addition & 1 deletion pkgs/coder/coder/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: coder/coder@v0.10.2
- name: coder/coder@v0.11.0
2 changes: 1 addition & 1 deletion pkgs/containerd/containerd/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: containerd/containerd@v1.6.8
- name: containerd/containerd@v1.6.9
2 changes: 1 addition & 1 deletion pkgs/crate-ci/typos/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: crate-ci/typos@v1.12.11
- name: crate-ci/typos@v1.12.12
2 changes: 1 addition & 1 deletion pkgs/datreeio/datree/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: datreeio/datree@1.6.40
- name: datreeio/datree@1.6.42
2 changes: 1 addition & 1 deletion pkgs/docker-slim/docker-slim/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: docker-slim/docker-slim@1.38.0
- name: docker-slim/docker-slim@1.39.0
2 changes: 1 addition & 1 deletion pkgs/dolthub/dolt/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: dolthub/dolt@v0.50.8
- name: dolthub/dolt@v0.50.9
- name: dolthub/dolt
version: v0.40.15
- name: dolthub/dolt
2 changes: 1 addition & 1 deletion pkgs/dprint/dprint/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: dprint/dprint@0.32.1
- name: dprint/dprint@0.32.2
2 changes: 2 additions & 0 deletions pkgs/drud/ddev/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: drud/ddev@v1.21.3
24 changes: 24 additions & 0 deletions pkgs/drud/ddev/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
packages:
- type: github_release
repo_owner: drud
repo_name: ddev
asset: ddev_{{.OS}}-{{.Arch}}.{{.Version}}.{{.Format}}
format: tar.gz
description: "DDEV: a local web development environment system for PHP"
replacements:
darwin: macos
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
2 changes: 1 addition & 1 deletion pkgs/exoscale/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: exoscale/cli@v1.59.3
- name: exoscale/cli@v1.60.0
2 changes: 1 addition & 1 deletion pkgs/fortio/fortio/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: fortio/fortio@v1.38.1
- name: fortio/fortio@v1.38.2
2 changes: 1 addition & 1 deletion pkgs/getsentry/sentry-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: getsentry/sentry-cli@2.7.0
- name: getsentry/sentry-cli@2.8.0
2 changes: 1 addition & 1 deletion pkgs/golang/tools/goimports/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: golang/tools/goimports@v0.1.12
- name: golang/tools/goimports@v0.2.0
2 changes: 1 addition & 1 deletion pkgs/goodwithtech/dockle/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: goodwithtech/dockle@v0.4.8
- name: goodwithtech/dockle@v0.4.9
- name: goodwithtech/dockle
version: v0.4.5
2 changes: 1 addition & 1 deletion pkgs/hmarr/codeowners/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: hmarr/codeowners@v1.0.0
- name: hmarr/codeowners@v1.1.0
2 changes: 1 addition & 1 deletion pkgs/jenkins-x/jx/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: jenkins-x/jx@v3.8.2
- name: jenkins-x/jx@v3.10.1
2 changes: 1 addition & 1 deletion pkgs/jetpack-io/devbox/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: jetpack-io/devbox@0.0.11
- name: jetpack-io/devbox@0.1.0
2 changes: 1 addition & 1 deletion pkgs/k1LoW/octocov/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: k1LoW/octocov@v0.44.0
- name: k1LoW/octocov@v0.44.1
- name: k1LoW/octocov
version: v0.40.1
2 changes: 1 addition & 1 deletion pkgs/k1LoW/tbls/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: k1LoW/tbls@v1.56.3
- name: k1LoW/tbls@v1.56.5
2 changes: 1 addition & 1 deletion pkgs/kastenhq/kubestr/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: kastenhq/kubestr@v0.4.35
- name: kastenhq/kubestr@v0.4.36
2 changes: 1 addition & 1 deletion pkgs/kubescape/kubescape/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: kubescape/kubescape@v2.0.173
- name: kubescape/kubescape@v2.0.174
2 changes: 1 addition & 1 deletion pkgs/kyverno/kyverno/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: kyverno/kyverno@v1.8.0
- name: kyverno/kyverno@v1.8.1
2 changes: 2 additions & 0 deletions pkgs/librespeed/speedtest-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: librespeed/speedtest-cli@v1.0.10
21 changes: 21 additions & 0 deletions pkgs/librespeed/speedtest-cli/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
packages:
- type: github_release
repo_owner: librespeed
repo_name: speedtest-cli
asset: librespeed-cli_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: librespeed-cli
src: librespeed-cli
description: Command line client for LibreSpeed
overrides:
- goos: windows
format: zip
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
2 changes: 1 addition & 1 deletion pkgs/lima-vm/lima/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: lima-vm/lima@v0.12.0
- name: lima-vm/lima@v0.13.0
- name: lima-vm/lima
version: v0.1.0
2 changes: 1 addition & 1 deletion pkgs/lindell/multi-gitter/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: lindell/multi-gitter@v0.43.0
- name: lindell/multi-gitter@v0.43.1
2 changes: 2 additions & 0 deletions pkgs/making/rsc/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: making/rsc@0.9.1
17 changes: 17 additions & 0 deletions pkgs/making/rsc/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
packages:
- type: github_release
repo_owner: making
repo_name: rsc
asset: rsc-{{.Arch}}-pc-{{.OS}}
format: raw
description: RSocket Client CLI (RSC) that aims to be a curl for RSocket
replacements:
amd64: x86_64
darwin: apple-darwin
overrides:
- goos: darwin
asset: rsc-{{.Arch}}-{{.OS}}
supported_envs:
- linux/amd64
- darwin
rosetta2: true
2 changes: 1 addition & 1 deletion pkgs/metalbear-co/mirrord/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: metalbear-co/mirrord@3.2.0
- name: metalbear-co/mirrord@3.3.0
2 changes: 1 addition & 1 deletion pkgs/miku/zek/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: miku/zek@v0.1.16
- name: miku/zek@v0.1.17
2 changes: 1 addition & 1 deletion pkgs/newrelic/newrelic-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: newrelic/newrelic-cli@v0.56.0
- name: newrelic/newrelic-cli@v0.56.1
2 changes: 1 addition & 1 deletion pkgs/pivotal-cf/om/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: pivotal-cf/om@7.8.1
- name: pivotal-cf/om@7.8.2
- name: pivotal-cf/om
version: 7.7.0
2 changes: 1 addition & 1 deletion pkgs/porter-dev/porter/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: porter-dev/porter@v0.39.0
- name: porter-dev/porter@v0.40.4
2 changes: 1 addition & 1 deletion pkgs/projectdiscovery/naabu/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: projectdiscovery/naabu@v2.1.0
- name: projectdiscovery/naabu@v2.1.1
- name: projectdiscovery/naabu
version: v2.0.8
- name: projectdiscovery/naabu
2 changes: 1 addition & 1 deletion pkgs/pulumi/pulumi/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: pulumi/pulumi@v3.43.1
- name: pulumi/pulumi@v3.44.1
- name: pulumi/pulumi
version: v3.39.4
- name: pulumi/pulumi
2 changes: 1 addition & 1 deletion pkgs/quarkslab/kdigger/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: quarkslab/kdigger@v1.4.0
- name: quarkslab/kdigger@v1.5.0
2 changes: 1 addition & 1 deletion pkgs/siderolabs/conform/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: siderolabs/conform@v0.1.0-alpha.26
- name: siderolabs/conform@v0.1.0-alpha.27
2 changes: 1 addition & 1 deletion pkgs/stoplightio/spectral/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: stoplightio/spectral@v6.5.1
- name: stoplightio/spectral@v6.6.0
2 changes: 1 addition & 1 deletion pkgs/temporalio/tctl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: temporalio/tctl@v1.16.3
- name: temporalio/tctl@v1.17.0
- name: temporalio/tctl
version: v1.15.2
2 changes: 1 addition & 1 deletion pkgs/terraform-linters/tflint/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: terraform-linters/tflint@v0.42.0
- name: terraform-linters/tflint@v0.42.2
2 changes: 1 addition & 1 deletion pkgs/thycotic/dsv-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: thycotic/dsv-cli@1.38.1
- name: thycotic/dsv-cli@1.39.0
2 changes: 1 addition & 1 deletion pkgs/tilt-dev/ctlptl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: tilt-dev/ctlptl@v0.8.9
- name: tilt-dev/ctlptl@v0.8.10
2 changes: 1 addition & 1 deletion pkgs/tilt-dev/tilt/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: tilt-dev/tilt@v0.30.9
- name: tilt-dev/tilt@v0.30.10
2 changes: 1 addition & 1 deletion pkgs/trufflesecurity/trufflehog/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: trufflesecurity/trufflehog@v3.14.0
- name: trufflesecurity/trufflehog@v3.15.1
2 changes: 2 additions & 0 deletions pkgs/ysugimoto/falco/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: ysugimoto/falco@v0.18.0
10 changes: 10 additions & 0 deletions pkgs/ysugimoto/falco/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
packages:
- type: github_release
repo_owner: ysugimoto
repo_name: falco
asset: falco-{{.OS}}-{{.Arch}}
format: raw
description: falco is a VCL parser and linter optimized for Fastly
supported_envs:
- linux/amd64
- darwin
2 changes: 1 addition & 1 deletion pkgs/zellij-org/zellij/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: zellij-org/zellij@v0.31.4
- name: zellij-org/zellij@v0.32.0
Loading