mono: add v6.12.0.122, add maintainer (#25538)

This commit is contained in:
Gilles Grospellier 2021-08-20 19:25:41 +02:00 committed by GitHub
parent 7d666fc220
commit 81e4155eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',