bmi package: add version 2.8.1 (#29274)
This commit is contained in:
parent
bab331ff34
commit
a43e3f3ffb
@ -11,10 +11,12 @@ class Bmi(AutotoolsPackage):
|
|||||||
|
|
||||||
homepage = 'https://github.com/radix-io/bmi/'
|
homepage = 'https://github.com/radix-io/bmi/'
|
||||||
git = 'https://github.com/radix-io/bmi.git'
|
git = 'https://github.com/radix-io/bmi.git'
|
||||||
|
url = 'https://github.com/radix-io/bmi/archive/v2.8.1.tar.gz'
|
||||||
|
|
||||||
maintainers = ['carns']
|
maintainers = ['carns']
|
||||||
|
|
||||||
version('main', branch='main')
|
version('main', branch='main')
|
||||||
|
version('2.8.1', sha256='28aa4341f0456cf20ee762f712d7c749ab8f864003329f9327c18ea03fc7ffdb')
|
||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user