Skip to content

Commit

Permalink
feat(cmd/install_bin): Add flog
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 22, 2024
1 parent e753107 commit 9dbb93b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "clicksecret-cli") },
UrlTemplate: "https://github.com/sikalabs/clicksecret-cli/releases/download/{{.Version}}/clicksecret-cli_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "flog",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("mingrammer", "flog") },
UrlTemplate: "https://github.com/mingrammer/flog/releases/download/{{.Version}}/flog_{{.Version|removev}}_{{.Os}}_{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit 9dbb93b

Please sign in to comment.