Skip to content
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 mold.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: mold
version: 1.11.0
version: 2.0.0
epoch: 0
description: "mold linker"
copyright:
- license: AGPL-3.0
- license: MIT
dependencies:
runtime:

Expand All @@ -25,7 +25,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/rui314/mold/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: 99318eced81b09a77e4c657011076cc8ec3d4b6867bd324b8677974545bc4d6f
expected-sha256: 2ae8a22db09cbff626df74c945079fa29c1e5f60bbe02502dcf69191cf43527b

- name: 'Configure mold'
runs: |
Expand Down