summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGilles Grospellier <63445205+grospelliergilles@users.noreply.github.com>2021-08-20 19:25:41 +0200
committerGitHub <noreply@github.com>2021-08-20 11:25:41 -0600
commit81e4155eaf8de9c9369b6dcc33a8a1812b9a910b (patch)
tree4d049831a23575fe832b4bc1ff928afbc3061273 /var
parent7d666fc220f9bbb0ec42fcdbf2b534b53d453ccf (diff)
downloadspack-81e4155eaf8de9c9369b6dcc33a8a1812b9a910b.tar.gz
spack-81e4155eaf8de9c9369b6dcc33a8a1812b9a910b.tar.bz2
spack-81e4155eaf8de9c9369b6dcc33a8a1812b9a910b.tar.xz
spack-81e4155eaf8de9c9369b6dcc33a8a1812b9a910b.zip
mono: add v6.12.0.122, add maintainer (#25538)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mono/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mono/package.py b/var/spack/repos/builtin/packages/mono/package.py
index 80ab3c3db8..a1940cbed0 100644
--- a/var/spack/repos/builtin/packages/mono/package.py
+++ b/var/spack/repos/builtin/packages/mono/package.py
@@ -15,6 +15,7 @@ class Mono(AutotoolsPackage):
homepage = "http://www.mono-project.com/"
url = "https://download.mono-project.com/sources/mono/mono-5.0.1.1.tar.bz2"
+ maintainers = ['grospelliergilles']
# /usr/share/.mono/keypairs needs to exist or be able to be
# created, e.g. https://github.com/gentoo/dotnet/issues/6
@@ -29,6 +30,8 @@ class Mono(AutotoolsPackage):
depends_on('perl', type=('build'))
depends_on('python', type=('build'))
+ version('6.12.0.122', sha256='29c277660fc5e7513107aee1cbf8c5057c9370a4cdfeda2fc781be6986d89d23',
+ url='https://download.mono-project.com/sources/mono/mono-6.12.0.122.tar.xz')
version('6.8.0.123', sha256='e2e42d36e19f083fc0d82f6c02f7db80611d69767112af353df2f279744a2ac5',
url='https://download.mono-project.com/sources/mono/mono-6.8.0.123.tar.xz')
version('6.8.0.105', sha256='578799c44c3c86a9eb5daf6dec6c60a24341940fd376371956d4a46cf8612178',