mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
add fnproject (#1746)
* add fnproject https://fnproject.io is an AWS Lambda-equivalent. This is the CLI that is used on Windows to interface with Docker to pull the server and create, deploy, and administer your fn apps. * fnproject: add hash property and update to version 0.4.10
This commit is contained in:
parent
f7299e0f3e
commit
f106547f98
22
fnproject.json
Normal file
22
fnproject.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"homepage": "http://fnproject.io/",
|
||||
"license": "https://github.com/fnproject/cli/blob/master/LICENSE",
|
||||
"version": "0.4.10",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fnproject/cli/releases/download/0.4.10/fn.exe",
|
||||
"hash": "a7eeef5da32d3a3dff2bc9e6c08964c9af63c622301732db486ef5186fb3b3b2"
|
||||
}
|
||||
},
|
||||
"bin": "fn.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/fnproject/cli"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user