Skip to content

Commit 9c6960a

Browse files
authored
security updates and yaml
setting proper schema for yaml and was notified of security updates: libssl1.0.0: 3611-1, 3628-1
1 parent 026f5d8 commit 9c6960a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slcli # check to see if it's available
2-
version: '5.4.4.0+git' # check versioning
2+
version: '5.4.4.1+git' # check versioning
33
summary: Python based SoftLayer API Tool. # 79 char long summary
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.
@@ -20,7 +20,8 @@ parts:
2020
my-part:
2121
source: https://github.com/softlayer/softlayer-python
2222
source-type: git
23-
plugin: python3
23+
plugin: python
24+
python-version: python3
2425

2526
build-packages:
2627
- python3

0 commit comments

Comments
 (0)