Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gc/8.2.6 package update #12450

Merged
merged 6 commits into from
Feb 28, 2024
Merged
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: 3 additions & 3 deletions gc.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: gc
version: 8.2.4
version: 8.2.6
epoch: 0
description: garbage collector for C and C++
copyright:
- license: custom:GPL-like
- license: Boehm-GC

environment:
contents:
Expand All @@ -18,7 +18,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 3d0d3cdbe077403d3106bb40f0cbb563413d6efdbb2a7e1cd6886595dec48fc2
expected-sha256: b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
uri: https://github.com/ivmai/bdwgc/releases/download/v${{package.version}}/gc-${{package.version}}.tar.gz

- runs: |
Expand Down
Loading