diff --git a/gc.yaml b/gc.yaml index 4bc99c2433d..c48cbf31ea6 100644 --- a/gc.yaml +++ b/gc.yaml @@ -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: @@ -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: |