summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2020-04-30 21:29:36 +0200
committerGitHub <noreply@github.com>2020-04-30 14:29:36 -0500
commit15c1fbc677173e2a2bf223b24bd112d2a276588f (patch)
tree88bc128cb85385b8b4dda079f28033ab28e58610 /var
parent6855e8e10fa5e0c00bceabbe8baee942dfadd5d1 (diff)
downloadspack-15c1fbc677173e2a2bf223b24bd112d2a276588f.tar.gz
spack-15c1fbc677173e2a2bf223b24bd112d2a276588f.tar.bz2
spack-15c1fbc677173e2a2bf223b24bd112d2a276588f.tar.xz
spack-15c1fbc677173e2a2bf223b24bd112d2a276588f.zip
meson: Add 0.54.1 (#16398)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/meson/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/meson/package.py b/var/spack/repos/builtin/packages/meson/package.py
index dbda0f5e78..f4c8e56af5 100644
--- a/var/spack/repos/builtin/packages/meson/package.py
+++ b/var/spack/repos/builtin/packages/meson/package.py
@@ -14,6 +14,7 @@ class Meson(PythonPackage):
homepage = "http://mesonbuild.com/"
url = "https://github.com/mesonbuild/meson/archive/0.49.0.tar.gz"
+ version('0.54.1', sha256='854e8b94ab36e5aece813d2b2aee8a639bd52201dfea50890722ac9128e2f59e')
version('0.54.0', sha256='95efdbaa7cb3e915ab9a7b26b1412475398fdc3e834842a780f1646c7764f2d9')
version('0.53.2', sha256='eab4f5d5dde12d002b7ddd958a9a0658589b63622b6cea2715e0235b95917888')
version('0.49.1', sha256='a944e7f25a2bc8e4ba3502ab5835d8a8b8f2530415c9d6fcffb53e0abaea2ced')