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 7b1ece9 commit 697eed6Copy full SHA for 697eed6
ext/psych/extlibs
@@ -1,7 +1,11 @@
1
ver = 0.2.5
2
+pkg = yaml-$(ver)
3
-https://github.com/yaml/libyaml/releases/download/$(ver)/yaml-$(ver).tar.gz \
4
+https://github.com/yaml/libyaml/releases/download/$(ver)/$(pkg).tar.gz \
5
rmd160:cc175ed640046722fb7790de828002633407b6b9 \
6
sha256:c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 \
7
sha512:dadd7d8e0d88b5ebab005e5d521d56d541580198aa497370966b98c904586e642a1cd4f3881094eb57624f218d50db77417bbfd0ffdce50340f011e35e8c4c02 \
8
#
9
+
10
+$(pkg)/config/config.guess -> /tool/config.guess
11
+$(pkg)/config/config.sub -> /tool/config.sub
0 commit comments