ScoopInstaller_Main/bucket/fnproject.json
2019-04-24 15:00:25 +00:00

23 lines
621 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"version": "0.5.75",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.75/fn.exe",
"hash": "69875663930ce7ac501446734b9e06bd52d1e564b9cc1761c00fb636c79fe36d"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}