new file: d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.402.eb

deleted:    d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.4.eb
This commit is contained in:
Josef 2018-10-02 14:24:14 +02:00
parent 98505d9975
commit 6c1736bace

View File

@ -2,7 +2,7 @@ easyblock = 'Tarball'
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer) # note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
name = 'dotNET-Core-SDK' name = 'dotNET-Core-SDK'
version = '2.1.4' version = '2.1.402'
homepage = 'https://www.microsoft.com/net/' homepage = 'https://www.microsoft.com/net/'
description = """.NET is a free, cross-platform, open source developer platform for building many different types description = """.NET is a free, cross-platform, open source developer platform for building many different types
@ -10,14 +10,14 @@ description = """.NET is a free, cross-platform, open source developer platform
toolchain = {'name': 'dummy', 'version': ''} toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://github.com/dotnet/core/archive/'] source_urls = ['https://download.microsoft.com/download/8/A/7/8A765126-50CA-4C6F-890B-19AE47961E4B']
sources = ['v%(version)s.tar.gz'] sources = ['dotnet-sdk-%(version)s-linux-x64.tar.gz']
dependencies = [('libunwind', '1.2')] dependencies = [('libunwind', '1.2')]
sanity_check_paths = { sanity_check_paths = {
'files': [], 'files': ['dotnet'],
'dirs': ['tools', 'samples'], 'dirs': ['sdk'],
} }
modextrapaths = {'PATH': ['']} modextrapaths = {'PATH': ['']}