tensorflow-serving-client: add new version 2.2.0 (#17462)

This commit is contained in:
figroc 2020-07-11 08:10:04 +08:00 committed by GitHub
parent f2889e698a
commit 0612a9e8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class TensorflowServingClient(CMakePackage):
proto files""" proto files"""
homepage = "https://github.com/figroc/tensorflow-serving-client" homepage = "https://github.com/figroc/tensorflow-serving-client"
url = "https://github.com/figroc/tensorflow-serving-client/archive/v2.1.0.tar.gz" url = "https://github.com/figroc/tensorflow-serving-client/archive/v2.2.0.tar.gz"
version('2.2.0', sha256='010b464b3b09c3c33c5dc2aebbc85447c4d5f775b9cd45d90a9035ca015c1c08')
version('2.1.0', sha256='7a31d8cfa1d861f73953d4728665dd6d74e205d1fa01062a6c2b1aeee4674f73') version('2.1.0', sha256='7a31d8cfa1d861f73953d4728665dd6d74e205d1fa01062a6c2b1aeee4674f73')
version('2.0.0', sha256='55310ad484f257173ad5194df7f7116b2049260c3d29049ef8d789d1d8bd9948') version('2.0.0', sha256='55310ad484f257173ad5194df7f7116b2049260c3d29049ef8d789d1d8bd9948')