EVE 2023.02.15 update (#35493)

This commit is contained in:
Joel Falcou 2023-02-16 17:26:17 +01:00 committed by GitHub
parent 3e1ba67e00
commit ae022e98d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,15 @@ class Eve(CMakePackage):
"""Expressive Velocity Engine - SIMD in C++ Goes Brrrr"""
homepage = "https://jfalcou.github.io/eve/"
url = "https://github.com/jfalcou/eve/archive/refs/tags/v2022.09.0.tar.gz"
url = "https://github.com/jfalcou/eve/archive/refs/tags/v2023.02.15.tar.gz"
maintainers("jfalcou")
git = "https://github.com/jfalcou/eve.git"
version("main", branch="main")
version(
"2023.02.15", sha256="7a5fb59c0e6ef3bef3e8b36d62e138d31e7f2a9f1bdfe95a8e96512b207f84c5"
)
version("2022.09.1", sha256="d8d3ae55f0ca2690f8a22883eaaa8251275b76702da0267e8e1725b22c51e978")
version("2022.09.0", sha256="53a4e1944a1080c67380a6d7f4fb42998f1c1db35e2370e02d7853c3ac1e0a33")
version("2022.03.0", sha256="8bf9faea516806e7dd468e778dcedc81c51f0b2c6a70b9c75987ce12bb759911")
version("2021.10.0", sha256="580c40a8244039a700b93ea49fb0affc1c8d3c100eb6dc66368e101753f51e5c")