toml-f: add 0.2.4 and 0.3.1 (#34025)

This commit is contained in:
Sebastian Ehlert 2022-11-26 00:29:58 +01:00 committed by GitHub
parent 1ed1b49c9b
commit 6b5c86e0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,15 @@ class TomlF(MesonPackage):
"""
homepage = "https://toml-f.readthedocs.io"
url = "https://github.com/toml-f/toml-f/releases/download/v0.2.3/toml-f-0.2.3.tar.xz"
url = "https://github.com/toml-f/toml-f/releases/download/v0.3.1/toml-f-0.3.1.tar.xz"
git = "https://github.com/toml-f/toml-f.git"
maintainers = ["awvwgk"]
version("main", branch="main")
version("0.3.1", "7f40f60c8d9ffbb1b99fb051a3e6682c7dd04d7479aa1cf770eff8174b02544f")
version("0.3.0", "40ceca008091607165a09961b79312abfdbbda71cbb94a9dc2625b88c93ff45a")
version("0.2.4", "ebfeb1e201725b98bae3e656bde4eea2db90154efa8681de758f1389fec902cf")
version("0.2.3", "2dca7ff6d3e35415cd92454c31560d2b656c014af8236be09c54c13452e4539c")
depends_on("meson@0.57.2:", type="build")