summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-01-19 12:21:39 -0500
committeracxz2021-01-19 12:21:39 -0500
commitd7ed89a81765554135b2b62574a3efe901f8b89b (patch)
tree4a469b506335b4bb955415640cd15f38e3250d7f
parent0234c85dbef2aabeb532f3583c0263711ed77f28 (diff)
downloadaur-d7ed89a81765554135b2b62574a3efe901f8b89b.tar.gz
updpkg 0.7.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70d76a3aedc..26fc6f3869ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.7.11
+ pkgver = 0.7.12
pkgrel = 1
url = https://github.com/census-instrumentation/opencensus-python
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-opencensus
makedepends = python-setuptools
depends = python
depends = python-google-api-core
- source = python-opencensus-0.7.11.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.11.tar.gz
- sha256sums = af3a4f7f8782ec38bda43aabb747d29714af4ac5d75219b9f5970ec6d17cef00
+ source = python-opencensus-0.7.12.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.12.tar.gz
+ sha256sums = 9cc162037bff19b46e65a394b67ac9821ea9b86fed6d7371f5365e538418a8b8
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index 3835a91c55f1..cd68aeff10bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.7.11
+pkgver=0.7.12
pkgrel=1
pkgdesc='A stats collection and distributed tracing framework'
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=('python' 'python-google-api-core')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v$pkgver.tar.gz")
-sha256sums=('af3a4f7f8782ec38bda43aabb747d29714af4ac5d75219b9f5970ec6d17cef00')
+sha256sums=('9cc162037bff19b46e65a394b67ac9821ea9b86fed6d7371f5365e538418a8b8')
_pkgname=opencensus-python