diff --git a/d/dotNET-Core-SDL/dotNET-Core-SDK-2.1.3.eb b/d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb similarity index 65% rename from d/dotNET-Core-SDL/dotNET-Core-SDK-2.1.3.eb rename to d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb index 426b118d384e374cc9f77784fbb31e91898c8b2d..d494934158c67119ef22ef18555e28f6ddbf4d2c 100644 --- a/d/dotNET-Core-SDL/dotNET-Core-SDK-2.1.3.eb +++ b/d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb @@ -1,8 +1,8 @@ easyblock = 'Tarball' # note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer) -name = 'dotNET-Core-Runtime' -version = '2.1.0' +name = 'dotNET-Core-SDK' +version = '2.0.7-2' homepage = 'https://www.microsoft.com/net/' description = """.NET is a free, cross-platform, open source developer platform for building many different types @@ -10,9 +10,8 @@ description = """.NET is a free, cross-platform, open source developer platform toolchain = {'name': 'dummy', 'version': ''} -source_urls = ['https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/'] -sources = ['dotnet-runtime-%(version)s-linux-x64.tar.gz'] -checksums = ['680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71'] +source_urls = ['https://github.com/dotnet/core/archive/v2.0.7-2.tar.gz'] +sources = ['v2.0.7-2.tar.gz'] dependencies = [('libunwind', '1.2')]