mpl: add v0.4.0 (#50295)

This commit is contained in:
Heiko Bauke 2025-05-05 04:58:49 +02:00 committed by GitHub
parent a8a402115b
commit 1f59ada2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,13 @@ class Mpl(CMakePackage):
homepage = "https://rabauke.github.io/mpl/html/"
git = "https://github.com/rabauke/mpl.git"
url = "https://github.com/rabauke/mpl/archive/refs/tags/v0.3.0.tar.gz"
url = "https://github.com/rabauke/mpl/archive/refs/tags/v0.4.0.tar.gz"
maintainers("rabauke")
license("BSD-3-Clause")
version("develop", branch="master")
version("0.4.0", tag="v0.4.0", commit="a7469769a3e183104594252c45c8026d3d6f87ec")
version("0.3.0", tag="v0.3.0", commit="e6bd4926914127f3609a14474aa4a9c4fabbff0b")
version("0.2.1", tag="v0.2.1", commit="5bee297b453d7b66a803453bfc6884611a36c4d0")
version("0.2.0", tag="v0.2.0", commit="f322352c93627c1b91d8efb1c4ee2e4873aed016")