From 74fef20f4b3714d9a161fd739d03cbe06c6d29f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 11 Sep 2021 15:12:33 -0700 Subject: [PATCH] thrift: Update to version 0.15.0 --- bucket/thrift.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bucket/thrift.json b/bucket/thrift.json index ed11fc0bd9..1dad60ca00 100644 --- a/bucket/thrift.json +++ b/bucket/thrift.json @@ -1,13 +1,16 @@ { - "version": "0.14.2", + "version": "0.15.0", "description": "A software framework, for scalable cross-language services development.", "homepage": "https://thrift.apache.org/", "license": "Apache-2.0", - "url": "https://www-us.apache.org/dist/thrift/0.14.2/thrift-0.14.2.exe#/thrift.exe", - "hash": "2a0911dbd5899ebb37a08dcc517188ce02987cdebdfc5e5f1db29215ed5355bb", + "url": "https://dlcdn.apache.org/thrift/0.15.0/thrift-0.15.0.exe#/thrift.exe", + "hash": "md5:c43896461df259f3b3815336fe42040e", "bin": "thrift.exe", "checkver": "Apache\\s+Thrift\\s+v([\\d.]+)", "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" + } } }