summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2020-05-25 13:52:13 +0200
committerGitHub <noreply@github.com>2020-05-25 13:52:13 +0200
commit0c735b8f1ab92c744f6974ffaec5196359183ba0 (patch)
tree5ac0e70d5068be903d2c6f7a7443fcb92c923c67 /var
parent8395db361c37c83a776e4639fd79bcc0bea1ae4d (diff)
downloadspack-0c735b8f1ab92c744f6974ffaec5196359183ba0.tar.gz
spack-0c735b8f1ab92c744f6974ffaec5196359183ba0.tar.bz2
spack-0c735b8f1ab92c744f6974ffaec5196359183ba0.tar.xz
spack-0c735b8f1ab92c744f6974ffaec5196359183ba0.zip
meson: added v0.54.2 (#16777)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/meson/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/meson/package.py b/var/spack/repos/builtin/packages/meson/package.py
index f4c8e56af5..39971c7076 100644
--- a/var/spack/repos/builtin/packages/meson/package.py
+++ b/var/spack/repos/builtin/packages/meson/package.py
@@ -14,6 +14,9 @@ class Meson(PythonPackage):
homepage = "http://mesonbuild.com/"
url = "https://github.com/mesonbuild/meson/archive/0.49.0.tar.gz"
+ maintainers = ['michaelkuhn']
+
+ version('0.54.2', sha256='85cafdc70ae7d1d9d506e7356b917c649c4df2077bd6a0382db37648aa4ecbdb')
version('0.54.1', sha256='854e8b94ab36e5aece813d2b2aee8a639bd52201dfea50890722ac9128e2f59e')
version('0.54.0', sha256='95efdbaa7cb3e915ab9a7b26b1412475398fdc3e834842a780f1646c7764f2d9')
version('0.53.2', sha256='eab4f5d5dde12d002b7ddd958a9a0658589b63622b6cea2715e0235b95917888')