diff --git a/pkgs/RasKrebs/sonar/pkg.yaml b/pkgs/RasKrebs/sonar/pkg.yaml new file mode 100644 index 00000000000..7ca2670ab3e --- /dev/null +++ b/pkgs/RasKrebs/sonar/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: RasKrebs/sonar@v0.2.3 diff --git a/pkgs/RasKrebs/sonar/registry.yaml b/pkgs/RasKrebs/sonar/registry.yaml new file mode 100644 index 00000000000..4fb2d1c3158 --- /dev/null +++ b/pkgs/RasKrebs/sonar/registry.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: RasKrebs + repo_name: sonar + description: CLI tool for inspecting and managing services listening on localhost ports + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: sonar_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + supported_envs: + - linux + - darwin diff --git a/registry.yaml b/registry.yaml index cc77256cb93..0a79a3cd212 100644 --- a/registry.yaml +++ b/registry.yaml @@ -6113,6 +6113,18 @@ packages: type: github_release asset: replibyte_{{.Version}}_{{.Arch}}-{{.OS}}.{{.Format}}.sha256sum algorithm: sha256 + - type: github_release + repo_owner: RasKrebs + repo_name: sonar + description: CLI tool for inspecting and managing services listening on localhost ports + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: sonar_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + supported_envs: + - linux + - darwin - type: github_release repo_owner: Rigellute repo_name: spotify-tui