update snam yaml to resolve some issues
This commit is contained in:
parent
d129bb22b4
commit
330750412c
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ summary: Cross-Platform .NET Core SDK
|
||||||
description: |
|
description: |
|
||||||
.NET Core SDK. https://dot.net/core.
|
.NET Core SDK. https://dot.net/core.
|
||||||
|
|
||||||
grade: devel
|
grade: stable
|
||||||
confinement: classic
|
confinement: classic
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
|
@ -20,12 +20,13 @@ parts:
|
||||||
source-checksum: sha512/$(SOURCE_TARGZ_SHA)
|
source-checksum: sha512/$(SOURCE_TARGZ_SHA)
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libicu60
|
- libicu60
|
||||||
|
- libc6
|
||||||
|
- libgcc1
|
||||||
|
- libstdc++6
|
||||||
- libssl1.0.0
|
- libssl1.0.0
|
||||||
- libcurl3
|
- libcurl3
|
||||||
- libgssapi-krb5-2
|
- libgssapi-krb5-2
|
||||||
- libstdc++6
|
|
||||||
- zlib1g
|
- zlib1g
|
||||||
- libgcc1
|
|
||||||
- lldb
|
- lldb
|
||||||
- libunwind8
|
- libunwind8
|
||||||
- libtinfo5
|
- libtinfo5
|
||||||
|
|
Loading…
Reference in a new issue