Skip to content

Commit

Permalink
feat(aqua): graphite cli
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Jul 8, 2024
1 parent 81e3b0c commit 6d206c3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,11 @@
"checksum": "ADCF07B08484B52508E5CBC8B5F4B0B0DB50342F7BC487ECD88B8948B680E6A7",
"algorithm": "sha256"
},
{
"id": "http/github.com/withgraphite/homebrew-tap/releases/download/v1.3.10/gt-linux",
"checksum": "92F15904589C1C41E3338866D57F3FE3904ECE32B2E1F8D3FA21FBAD0C0157AF",
"algorithm": "sha256"
},
{
"id": "http/releases.hashicorp.com/packer/1.11.1/packer_1.11.1_linux_amd64.zip",
"checksum": "07A9D92FE98D7BB4BE09392C06EF6C4F9FFBC905FE6C29FFF0622432367F01CC",
Expand Down
22 changes: 22 additions & 0 deletions aqua/aqua-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,25 @@ packages:
repo_owner: kisielk
repo_name: errcheck
description: errcheck checks that you checked errors.
- type: http
repo_owner: withgraphite
repo_name: gt
url: https://github.com/withgraphite/homebrew-tap/releases/download/{{.Version}}/gt-{{.OS}}{{if eq .OS "macos"}}-{{.Arch}}{{else}}{{end}}
asset: gt
replacements:
amd64: x64
darwin: macos
supported_envs:
- darwin
- linux
description: graphite.dev
- type: github_release
repo_owner: typedef-systems
repo_name: tpctools
asset: "tpctools-{{.OS}}-{{.Arch}}"
description: GitHub release of Typedef's tpctools fork
replacements:
darwin: macos
supported_envs:
- darwin
- linux
3 changes: 3 additions & 0 deletions aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ packages:
- name: fujiwara/[email protected] # A simplified alternative to the AWS CLI for limited use cases
- name: Ph0enixKM/[email protected] # 💎 Amber the programming language compiled to bash
- name: dlvhdr/[email protected]
- name: withgraphite/gt
version: v1.3.10 # renovate: depName=withgraphite/homebrew-tap
registry: dots

0 comments on commit 6d206c3

Please sign in to comment.