Commit 40e5f9d
committed
build-bpf-gcc: fix how binutils snapshot is identified
Latest binutils snapshot is fetched from:
snapshots.sourceware.org/binutils/trunk/latest/src/sha512.sum
There was an unnecessary grep filter on the tarball name, which caused
a script failure when it changed.
Simply take the name of the tarball from the checksum as is instead.
Signed-off-by: Ihor Solodrai <[email protected]>1 parent 9ce5709 commit 40e5f9d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments