ScoopInstaller_Main/bucket/fnproject.json
2019-04-26 18:00:28 +00:00

23 lines
621 B
JSON

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