summaryrefslogtreecommitdiff
path: root/Ports/libyaml
diff options
context:
space:
mode:
authorEWouters <6179932+EWouters@users.noreply.github.com>2022-04-21 17:55:14 +0200
committerTim Flynn <trflynn89@pm.me>2022-04-24 11:30:24 -0400
commit559ea5a030b2019f4d50458540d320ff6670e4fc (patch)
tree054fee56f2bb56d454ce5238a35bf13df8e1a405 /Ports/libyaml
parent7b23dfea79858b976465f97ae8bd8ff71ec40fe1 (diff)
downloadserenity-559ea5a030b2019f4d50458540d320ff6670e4fc.zip
Ports/libyaml: Fix download location
Diffstat (limited to 'Ports/libyaml')
-rwxr-xr-xPorts/libyaml/package.sh2
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"