Date: Tuesday, November 22, 2022 @ 09:34:46
Author: svenstaro
Revision: 1351470
upgpkg: python-tensorflow-serving-api 2.10.0-1
Modified:
python-tensorflow-serving-api/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-22 08:48:52 UTC (rev 1351469)
+++ PKGBUILD 2022-11-22 09:34:46 UTC (rev 1351470)
@@ -2,7 +2,7 @@
# Contributor: getzze <getzze at gmail dot com>
pkgname=python-tensorflow-serving-api
_name=tensorflow_serving_api
-pkgver=2.9.1
+pkgver=2.10.0
pkgrel=1
pkgdesc="Serving system for machine learning models, designed for production
environments"
arch=(any)
@@ -11,7 +11,7 @@
depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
makedepends=('bazel' 'git' 'python-wheel' 'python-pip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz")
-sha256sums=('10896cc0b76efbb0ac117783533fe92e58d9094ebf8c0caecc99fa4d576ced15')
+sha256sums=('259b38d6bc569882787bef6c6e1d260d49efe34bb0d7adfc0e10ea2930b0cf1c')
build() {
cd serving-*