File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " sshpass" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"name" : " sshpass" ,
5
5
"documentationURL" : " https://github.com/hspaans/devcontainer-features/tree/master/src/sshpass" ,
6
6
"licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
7
7
"description" : " Installs sshpass. Auto-detects latest version and installs needed dependencies." ,
8
- "options" : {
9
- "version" : {
10
- "type" : " string" ,
11
- "proposals" : [
12
- " latest" ,
13
- " none"
14
- ],
15
- "default" : " latest" ,
16
- "description" : " Select version of sshpass, if not latest."
17
- },
18
- "installDirectlyFromGitHubRelease" : {
19
- "type" : " boolean" ,
20
- "default" : true
21
- }
22
- },
23
8
"installsAfter" : [
24
9
" ghcr.io/devcontainers/features/common-utils"
25
10
]
You can’t perform that action at this time.
0 commit comments