MALT: add v1.2.2 (#39890)
This commit is contained in:
parent
63a67e525b
commit
ea75dbf7bd
1 changed files with 2 additions and 1 deletions
|
@ -15,10 +15,11 @@ class Malt(CMakePackage):
|
||||||
|
|
||||||
# Project infos
|
# Project infos
|
||||||
homepage = "https://memtt.github.io/malt"
|
homepage = "https://memtt.github.io/malt"
|
||||||
url = "https://github.com/memtt/malt/archive/v1.2.1.tar.gz"
|
url = "https://github.com/memtt/malt/archive/v1.2.2.tar.gz"
|
||||||
maintainers("svalat")
|
maintainers("svalat")
|
||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
|
version("1.2.2", sha256="e19f49ad97bf2deedf0557eb00267f4dcf1c932c494dd07ada07fcdf5421935f")
|
||||||
version("1.2.1", sha256="0e4c0743561f9fcc04dc83457386167a9851fc9289765f8b4f9390384ae3618a")
|
version("1.2.1", sha256="0e4c0743561f9fcc04dc83457386167a9851fc9289765f8b4f9390384ae3618a")
|
||||||
|
|
||||||
# Variants
|
# Variants
|
||||||
|
|
Loading…
Reference in a new issue