mpl: add v0.3.0 (#36015)

This commit is contained in:
Heiko Bauke 2023-03-12 08:33:27 +01:00 committed by GitHub
parent 79bba432df
commit 29d989a048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,11 @@ 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.2.1.tar.gz"
url = "https://github.com/rabauke/mpl/archive/refs/tags/v0.3.0.tar.gz"
maintainers("rabauke")
version("develop", branch="master")
version("0.3.0", tag="v0.3.0")
version("0.2.1", tag="v0.2.1")
version("0.2.0", tag="v0.2.0")
version("0.1", tag="v0.1")