libfyaml: add v0.7.12 (#28555)

This commit is contained in:
Erik Schnetter 2022-01-23 04:17:12 -05:00 committed by GitHub
parent ffb3f3a20d
commit 4d70e4f281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class Libfyaml(AutotoolsPackage):
homepage = "https://github.com/pantoniou/libfyaml"
url = "https://github.com/pantoniou/libfyaml/releases/download/v0.5.7/libfyaml-0.5.7.tar.gz"
version('0.7.12', sha256='485342c6920e9fdc2addfe75e5c3e0381793f18b339ab7393c1b6edf78bf8ca8')
version('0.5.7', sha256='3221f31bb3feba97e544a82d0d5e4711ff0e4101cca63923dc5a1a001c187590')
depends_on('m4', type='build')