mpl: add v0.3.0 (#36015)
This commit is contained in:
parent
79bba432df
commit
29d989a048
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue