mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
Ports/libyaml: Fix download location
This commit is contained in:
parent
7b23dfea79
commit
559ea5a030
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port="libyaml"
|
||||
version="0.2.5"
|
||||
files="https://github.com/yaml/libyaml/releases/download/${version}/yaml-${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
|
||||
files="https://github.com/yaml/libyaml/archive/refs/tags/${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
|
||||
useconfigure="true"
|
||||
auth_type="sha256"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue