EVE: new version 2022.03.0 (#29511)

This commit is contained in:
Joel Falcou 2022-03-19 13:23:46 +01:00 committed by GitHub
parent 9c780ac413
commit a627684115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,11 @@
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/v2021.10.0.tar.gz"
homepage = "https://jfalcou.github.io/eve/html/index.html"
url = "https://github.com/jfalcou/eve/archive/refs/tags/v2022.03.0.tar.gz"
maintainers = ['jfalcou']
git = 'https://github.com/jfalcou/eve.git'
version('develop', branch='develop')
version('2022.03.0', sha256='8bf9faea516806e7dd468e778dcedc81c51f0b2c6a70b9c75987ce12bb759911')
version('2021.10.0', sha256='580c40a8244039a700b93ea49fb0affc1c8d3c100eb6dc66368e101753f51e5c')