From 6d206c3ba905ac8ca60af6e65c5d54c2f5d8a242 Mon Sep 17 00:00:00 2001 From: Scott Ames Date: Mon, 8 Jul 2024 13:24:09 -0700 Subject: [PATCH] feat(aqua): graphite cli --- aqua/aqua-checksums.json | 5 +++++ aqua/aqua-registry.yaml | 22 ++++++++++++++++++++++ aqua/aqua.yaml | 3 +++ 3 files changed, 30 insertions(+) diff --git a/aqua/aqua-checksums.json b/aqua/aqua-checksums.json index 99fa8375..95b16095 100644 --- a/aqua/aqua-checksums.json +++ b/aqua/aqua-checksums.json @@ -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", diff --git a/aqua/aqua-registry.yaml b/aqua/aqua-registry.yaml index 776e10ff..ff3a5da0 100644 --- a/aqua/aqua-registry.yaml +++ b/aqua/aqua-registry.yaml @@ -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 diff --git a/aqua/aqua.yaml b/aqua/aqua.yaml index 04c333bc..e4d781db 100644 --- a/aqua/aqua.yaml +++ b/aqua/aqua.yaml @@ -99,3 +99,6 @@ packages: - name: fujiwara/awslim@v0.3.0 # A simplified alternative to the AWS CLI for limited use cases - name: Ph0enixKM/Amber@0.3.1-alpha # 💎 Amber the programming language compiled to bash - name: dlvhdr/gh-dash@v4.3.0 + - name: withgraphite/gt + version: v1.3.10 # renovate: depName=withgraphite/homebrew-tap + registry: dots