mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:07:36 +00:00
Ports/backward-cpp: Update to the latest available commit
backward-cpp 1.6 wasn't compatible with the latest version of binutils (which we are using). This is now fixed upstream, but it forces us to build with the latest commit and not a published version.
This commit is contained in:
parent
b8bc1ac5d0
commit
40c0dd67dd
3 changed files with 18 additions and 16 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='backward-cpp'
|
||||
version='1.6'
|
||||
files="https://github.com/bombela/backward-cpp/archive/refs/tags/v${version}.tar.gz backward-cpp-${version}.tar.gz c654d0923d43f1cea23d086729673498e4741fb2457e806cfaeaea7b20c97c10"
|
||||
version='65a769f'
|
||||
files="https://github.com/bombela/backward-cpp/tarball/65a769ffe77cf9d759d801bc792ac56af8e911a3 backward-cpp-${version}.tar.gz 233271162bf09ce7c41026416e5d6f59a66f42f83c3ea370f110980ac219144a"
|
||||
workdir="bombela-backward-cpp-${version}"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue