We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b23dfe commit 559ea5aCopy full SHA for 559ea5a
Ports/libyaml/package.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env -S bash ../.port_include.sh
2
port="libyaml"
3
version="0.2.5"
4
-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"
5
useconfigure="true"
6
auth_type="sha256"
7
0 commit comments