From 559ea5a030b2019f4d50458540d320ff6670e4fc Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Thu, 21 Apr 2022 17:55:14 +0200 Subject: Ports/libyaml: Fix download location --- Ports/libyaml/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/libyaml') 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" -- cgit v1.2.3