Skip to content

Commit

Permalink
Merge pull request #6705 from aquaproj/feat/kevincobain2000/gobrew
Browse files Browse the repository at this point in the history
feat: add kevincobain2000/gobrew
  • Loading branch information
suzuki-shunsuke committed Oct 2, 2022
2 parents 2145409 + 2dea40a commit 7df7df5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/kevincobain2000/gobrew/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: kevincobain2000/gobrew@v1.7.1
19 changes: 19 additions & 0 deletions pkgs/kevincobain2000/gobrew/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
packages:
- type: github_release
repo_owner: kevincobain2000
repo_name: gobrew
asset: gobrew-{{.OS}}-{{.Arch}}
format: raw
description: Go version manager. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: gobrew_{{trimV .Version}}_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+)$"
18 changes: 18 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7df7df5

Please sign in to comment.