diff --git a/pkgs/fujiwara/ecsta/pkg.yaml b/pkgs/fujiwara/ecsta/pkg.yaml new file mode 100644 index 00000000000..9a643d26921 --- /dev/null +++ b/pkgs/fujiwara/ecsta/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: fujiwara/ecsta@v0.0.5 diff --git a/pkgs/fujiwara/ecsta/registry.yaml b/pkgs/fujiwara/ecsta/registry.yaml new file mode 100644 index 00000000000..4cdc0c4619a --- /dev/null +++ b/pkgs/fujiwara/ecsta/registry.yaml @@ -0,0 +1,17 @@ +packages: + - type: github_release + repo_owner: fujiwara + repo_name: ecsta + asset: ecsta_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz + description: ECS Task Assistant tool + supported_envs: + - linux + - darwin + 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+)$" diff --git a/registry.yaml b/registry.yaml index 1614cfa9230..ad57a77eebe 100644 --- a/registry.yaml +++ b/registry.yaml @@ -5794,6 +5794,22 @@ packages: pattern: checksum: "^(\\b[A-Fa-f0-9]{64}\\b)" file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$" + - type: github_release + repo_owner: fujiwara + repo_name: ecsta + asset: ecsta_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz + description: ECS Task Assistant tool + supported_envs: + - linux + - darwin + 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+)$" - type: github_release repo_owner: fujiwara repo_name: lambroll