Ports/libyaml: Fix download location

This commit is contained in:
EWouters 2022-04-21 17:55:14 +02:00 committed by Tim Flynn
parent 7b23dfea79
commit 559ea5a030

View file

@ -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"