andi: add v0.14 (#30100)

This commit is contained in:
snehring 2022-04-19 10:54:56 -05:00 committed by GitHub
parent 3273928ddc
commit 2965a7a7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,12 @@ class Andi(AutotoolsPackage):
homepage = "https://github.com/EvolBioInf/andi" homepage = "https://github.com/EvolBioInf/andi"
url = "https://github.com/EvolBioInf/andi/archive/v0.10.tar.gz" url = "https://github.com/EvolBioInf/andi/archive/v0.10.tar.gz"
maintainers = ['snehring']
version('0.14', sha256='2c9e11524f38e74fe3f981e6acd9527c1a1ca30994a30c5e86808ba5165a25b7')
version('0.10', sha256='1ff371de0b6db4080e402ded2687947dc2d6913e28626edec21dcf5149489ee8') version('0.10', sha256='1ff371de0b6db4080e402ded2687947dc2d6913e28626edec21dcf5149489ee8')
depends_on('pkgconfig', type='build')
depends_on('m4', type='build') depends_on('m4', type='build')
depends_on('autoconf', type='build') depends_on('autoconf', type='build')
depends_on('automake', type='build') depends_on('automake', type='build')