Skip to content

Commit

Permalink
Merge pull request #10979 from ponkio-o/feat/andrewkroh/gvm
Browse files Browse the repository at this point in the history
feat: add andrewkroh/gvm
  • Loading branch information
suzuki-shunsuke committed Mar 22, 2023
2 parents 97c9614 + 9000c9a commit 3738b69
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/andrewkroh/gvm/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
packages:
- name: andrewkroh/gvm@v0.5.0
- name: andrewkroh/gvm
version: v0.4.1
- name: andrewkroh/gvm
version: v0.3.2
- name: andrewkroh/gvm
version: v0.3.1
- name: andrewkroh/gvm
version: v0.3.1-rc1
- name: andrewkroh/gvm
version: v0.0.4
- name: andrewkroh/gvm
version: v0.0.1
42 changes: 42 additions & 0 deletions pkgs/andrewkroh/gvm/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
packages:
- type: github_release
repo_owner: andrewkroh
repo_name: gvm
description: Go Version Manager (written in Go for cross-platform usability)
asset: gvm-{{.OS}}-{{.Arch}}
format: raw
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: gvm_{{trimV .Version}}_SHA256SUMS
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.4.1")
version_overrides:
- version_constraint: semver(">= 0.3.2")
checksum:
enabled: false
- version_constraint: semver(">= 0.3.1")
rosetta2: true
checksum:
enabled: false
- version_constraint: semver(">= 0.3.1-rc1")
checksum:
enabled: false
- version_constraint: semver(">= 0.0.4")
rosetta2: true
checksum:
enabled: false
- version_constraint: semver("< 0.0.4")
supported_envs:
- darwin
- amd64
rosetta2: true
checksum:
enabled: false
41 changes: 41 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 3738b69

Please sign in to comment.