mono: add v6.12.0.122, add maintainer (#25538)
This commit is contained in:
parent
7d666fc220
commit
81e4155eaf
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue