diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-04-21 17:55:14 +0200 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-04-24 11:30:24 -0400 |
commit | 559ea5a030b2019f4d50458540d320ff6670e4fc (patch) | |
tree | 054fee56f2bb56d454ce5238a35bf13df8e1a405 /Ports/libyaml | |
parent | 7b23dfea79858b976465f97ae8bd8ff71ec40fe1 (diff) | |
download | serenity-559ea5a030b2019f4d50458540d320ff6670e4fc.zip |
Ports/libyaml: Fix download location
Diffstat (limited to 'Ports/libyaml')
-rwxr-xr-x | Ports/libyaml/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/libyaml/package.sh b/Ports/libyaml/package.sh index 02fb9f2eb4..f5b0f2ea92 100755 --- a/Ports/libyaml/package.sh +++ b/Ports/libyaml/package.sh @@ -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" |