fix(binutils)

This commit is contained in:
Jacob Heider 2023-10-02 00:46:55 -04:00
parent 3584787ec2
commit 90a0de5e50
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -6,14 +6,13 @@ versions:
url: https://ftp.gnu.org/gnu/binutils/ url: https://ftp.gnu.org/gnu/binutils/
match: /binutils-\d+\.\d+(\.\d+)?.tar.gz/ match: /binutils-\d+\.\d+(\.\d+)?.tar.gz/
strip: strip:
- /binutils-/ - /binutils-/
- /.tar.gz/ - /.tar.gz/
build: build:
dependencies: dependencies:
gnu.org/bison: '*' gnu.org/bison: '*'
gnu.org/texinfo: '*' gnu.org/texinfo: '*'
darwin:
linux: linux:
gnu.org/gcc: '*' gnu.org/gcc: '*'
script: | script: |