thrift: Update to version 0.15.0

This commit is contained in:
Jakub Čábera 2021-09-11 15:12:33 -07:00
parent c49e644ea4
commit 74fef20f4b

View File

@ -1,13 +1,16 @@
{ {
"version": "0.14.2", "version": "0.15.0",
"description": "A software framework, for scalable cross-language services development.", "description": "A software framework, for scalable cross-language services development.",
"homepage": "https://thrift.apache.org/", "homepage": "https://thrift.apache.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://www-us.apache.org/dist/thrift/0.14.2/thrift-0.14.2.exe#/thrift.exe", "url": "https://dlcdn.apache.org/thrift/0.15.0/thrift-0.15.0.exe#/thrift.exe",
"hash": "2a0911dbd5899ebb37a08dcc517188ce02987cdebdfc5e5f1db29215ed5355bb", "hash": "md5:c43896461df259f3b3815336fe42040e",
"bin": "thrift.exe", "bin": "thrift.exe",
"checkver": "Apache\\s+Thrift\\s+v([\\d.]+)", "checkver": "Apache\\s+Thrift\\s+v([\\d.]+)",
"autoupdate": { "autoupdate": {
"url": "https://www-us.apache.org/dist/thrift/$version/thrift-$version.exe#/thrift.exe" "url": "https://dlcdn.apache.org/thrift/$version/thrift-$version.exe#/thrift.exe",
"hash": {
"url": "$url.md5"
}
} }
} }