Update snapcraft.yaml
This commit is contained in:
parent
9586d0d9e2
commit
da336f2877
1 changed files with 18 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
name: dotnet-sdk
|
||||
version: 6.0.100-preview.2.21155.3
|
||||
version: 6.0.408
|
||||
summary: Cross-Platform .NET Core SDK
|
||||
description: |
|
||||
.NET Core SDK. https://dot.net/core.
|
||||
|
@ -16,21 +16,26 @@ base: core18
|
|||
parts:
|
||||
dotnet-sdk:
|
||||
plugin: dump
|
||||
source: https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz
|
||||
source-checksum: sha512/90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35
|
||||
source: https://download.visualstudio.microsoft.com/download/pr/dd7d2255-c9c1-4c6f-b8ad-6e853d6bb574/c8e1b5f47bf17b317a84487491915178/dotnet-sdk-6.0.408-linux-x64.tar.gz
|
||||
source-checksum: sha512/d5eed37ce6c07546aa217d6e786f3b67be2b6d97c23d5888d9ee5d5398e8a9bfc06202b14e3529245f7ec78f4036778caf69bdbe099de805fe1f566277e8440e
|
||||
stage-packages:
|
||||
- libicu60
|
||||
- libssl1.0.0
|
||||
- libcurl3
|
||||
- libgssapi-krb5-2
|
||||
- libstdc++6
|
||||
- zlib1g
|
||||
- libgcc1
|
||||
- libtinfo5
|
||||
- liblttng-ust0
|
||||
- liburcu6
|
||||
- libicu60
|
||||
- libc6
|
||||
- libgcc1
|
||||
- libstdc++6
|
||||
- libssl1.0.0
|
||||
- libcurl3
|
||||
- libgssapi-krb5-2
|
||||
- zlib1g
|
||||
- lldb
|
||||
- libunwind8
|
||||
- libtinfo5
|
||||
- liblttng-ust0
|
||||
- liburcu6
|
||||
|
||||
runtime-wrapper:
|
||||
plugin: dump
|
||||
source: .
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue