mountpointattr: Fix checksum of 1.1.1 and fix build(patch is only for 1.1) (#26087)

This commit is contained in:
bernhardkaindl 2021-09-26 10:25:50 +02:00 committed by GitHub
parent 91ce8354a2
commit 919a893c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ class MountPointAttributes(AutotoolsPackage):
maintainers = ['lee218llnl'] maintainers = ['lee218llnl']
version('master', branch='master') version('master', branch='master')
version('1.1.1', sha256='397de583a99e60aae8b4485d3decac6e23f50c658a6353fea149d6dd50d3ecee', url="https://github.com/LLNL/MountPointAttributes/releases/download/v1.1.1/mountpointattr-1.1.1.tar.gz") version('1.1.1', sha256='c58967fde59974407b4fee3e490b2e7d922d947e726faf2291c6c886b95abf78', url="https://github.com/LLNL/MountPointAttributes/releases/download/v1.1.1/mountpointattr-1.1.1.tar.gz")
version('1.1', sha256='bff84c75c47b74ea09b6cff949dd699b185ddba0463cb1ff39ab138003c96e02') version('1.1', sha256='bff84c75c47b74ea09b6cff949dd699b185ddba0463cb1ff39ab138003c96e02')
depends_on('autoconf', type='build', when='@master') depends_on('autoconf', type='build', when='@master')
depends_on('automake', type='build', when='@master') depends_on('automake', type='build', when='@master')
depends_on('libtool', type='build', when='@master') depends_on('libtool', type='build', when='@master')
patch('mpa_type_conversion.patch', when='@1.1') patch('mpa_type_conversion.patch', when='@1.1:1.1.0')