ScoopInstaller_Main/thrift.json
2017-01-12 06:59:00 -08:00

14 lines
545 B
JSON

{
"homepage": "https://thrift.apache.org/",
"version": "0.10.0",
"license": "Apache License v2.0",
"url": "https://www-us.apache.org/dist/thrift/0.10.0/thrift-0.10.0.exe",
"hash": "85aca25c5193c48ec6cc1c0a4c40fac5ea3fde2192c2ffaaad92a9b56d7a8f9a",
"bin": "thrift.exe",
"pre_install": "Rename-Item @(Get-ChildItem $dir\\thrift-*.exe)[0] $dir\\thrift.exe",
"checkver": "Apache\\s+Thrift\\s+v([\\d.]+)",
"autoupdate": {
"url": "https://www-us.apache.org/dist/thrift/$version/thrift-$version.exe"
}
}