Skip to content

Commit

Permalink
fix(matryer/moq): follow up changes of moq v0.3.4 (#19880)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 11, 2024
1 parent 007d729 commit d3131e1
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 69 deletions.
10 changes: 5 additions & 5 deletions pkgs/matryer/moq/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
packages:
- name: matryer/moq@v0.3.2
- name: matryer/moq@v0.3.4
- name: matryer/moq
version: v0.2.4
version: v0.3.2
- name: matryer/moq
version: v0.2.2
version: v0.2.3
- name: matryer/moq
version: v0.2.0
version: v0.2.1
- name: matryer/moq
version: v0.1.7
- name: matryer/moq
version: v0.1.3
version: v0.1.6
110 changes: 78 additions & 32 deletions pkgs/matryer/moq/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,86 @@ packages:
repo_owner: matryer
repo_name: moq
description: Interface mocking tool for go generate
asset: moq_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.2.4")
version_constraint: "false"
version_overrides:
- version_constraint: semver(">= 0.2.2")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver(">= 0.2.0")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver("<= 0.1.6")
asset: moq_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver(">= 0.1.7")
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.1.7"
asset: moq_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
supported_envs:
- darwin
- linux
- amd64
format: tar.gz
rosetta2: true
- version_constraint: semver("< 0.1.7")
supported_envs:
- darwin
- linux
- amd64
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.2.1")
asset: moq_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.2.3")
asset: moq_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.3.2")
asset: moq_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.3.3"
no_asset: true
- version_constraint: "true"
asset: moq_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
110 changes: 78 additions & 32 deletions registry.yaml

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

0 comments on commit d3131e1

Please sign in to comment.