package/thrift: bump version to 0.22.0

Changelog: https://github.com/apache/thrift/blob/v0.22.0/CHANGES.md

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-07 15:42:27 +01:00
committed by Julien Olivain
parent c21dec1213
commit cf2471a9d9
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# From https://www.apache.org/dist/thrift/0.14.1/thrift-0.14.1.tar.gz.sha256
sha256 13da5e1cd9c8a3bb89778c0337cc57eb0c29b08f3090b41cf6ab78594b410ca5 thrift-0.14.1.tar.gz
# From https://downloads.apache.org/thrift/0.22.0/thrift-0.22.0.tar.gz.sha256
sha256 794a0e455787960d9f27ab92c38e34da27e8deeda7a5db0e59dc64a00df8a1e5 thrift-0.22.0.tar.gz
# License files, locally calculated
sha256 d315e6cdedc07c478de6992027bfb66f220886c6216fd7e9885ced30c3703646 LICENSE

View File

@@ -4,8 +4,8 @@
#
################################################################################
THRIFT_VERSION = 0.14.1
THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(THRIFT_VERSION)
THRIFT_VERSION = 0.22.0
THRIFT_SITE = https://downloads.apache.org/thrift/$(THRIFT_VERSION)
THRIFT_LICENSE = Apache-2.0
THRIFT_LICENSE_FILES = LICENSE
THRIFT_CPE_ID_VENDOR = apache