Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pkgs/bmf-san/ggc/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: bmf-san/ggc@v8.2.1
- name: bmf-san/ggc@v8.4.0
- name: bmf-san/ggc
version: v8.3.0
- name: bmf-san/ggc
version: v8.2.1
32 changes: 31 additions & 1 deletion pkgs/bmf-san/ggc/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,40 @@ packages:
version_overrides:
- version_constraint: semver("<= 3.2.1")
no_asset: true
- version_constraint: "true"
- version_constraint: semver("< 8.3.0")
asset: ggc_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: ggc_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: semver("< 8.4.0")
asset: ggc_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: ggc_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate
- https://github.com/bmf-san/ggc/releases/download/{{.Version}}/checksums.txt.pem
- --certificate-identity
- "https://github.com/bmf-san/ggc/.github/workflows/release.yml@refs/tags/{{.Version}}"
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
- --signature
- https://github.com/bmf-san/ggc/releases/download/{{.Version}}/checksums.txt.sig
overrides:
- goos: windows
format: zip
32 changes: 31 additions & 1 deletion registry.yaml

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

Loading