mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
14 lines
545 B
JSON
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"
|
|
}
|
|
}
|