bmi package: add version 2.8.1 (#29274)

This commit is contained in:
Phil Carns 2022-03-01 21:56:44 -05:00 committed by GitHub
parent bab331ff34
commit a43e3f3ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,12 @@ class Bmi(AutotoolsPackage):
homepage = 'https://github.com/radix-io/bmi/'
git = 'https://github.com/radix-io/bmi.git'
url = 'https://github.com/radix-io/bmi/archive/v2.8.1.tar.gz'
maintainers = ['carns']
version('main', branch='main')
version('2.8.1', sha256='28aa4341f0456cf20ee762f712d7c749ab8f864003329f9327c18ea03fc7ffdb')
depends_on('autoconf', type='build')
depends_on('automake', type='build')