diff --git a/Ports/libyaml/package.sh b/Ports/libyaml/package.sh index f5b0f2ea92..618f8eb5d6 100755 --- a/Ports/libyaml/package.sh +++ b/Ports/libyaml/package.sh @@ -1,10 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port="libyaml" version="0.2.5" -files="https://github.com/yaml/libyaml/archive/refs/tags/${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e" +files="https://github.com/yaml/libyaml/releases/download/${version}/yaml-${version}.tar.gz yaml-${version}.tar.gz c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4" useconfigure="true" auth_type="sha256" - -pre_configure() { - run ./bootstrap -} +use_fresh_config_sub=true +config_sub_paths=("config/config.sub")