Skip to content

Commit 559ea5a

Browse files
EWouterstrflynn89
authored andcommitted
Ports/libyaml: Fix download location
1 parent 7b23dfe commit 559ea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ports/libyaml/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S bash ../.port_include.sh
22
port="libyaml"
33
version="0.2.5"
4-
files="https://github.com/yaml/libyaml/releases/download/${version}/yaml-${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
4+
files="https://github.com/yaml/libyaml/archive/refs/tags/${version}.tar.gz yaml-${version}.tar.gz fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
55
useconfigure="true"
66
auth_type="sha256"
77

0 commit comments

Comments
 (0)