summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimír Kokeš2023-12-02 21:13:35 +0100
committerVladimír Kokeš2023-12-02 21:13:35 +0100
commit346f6c60a67a3f99961e97ae27a6c8c1fc680dae (patch)
treea19b72c49993c5001de1dc8ee0efb69814f92ae3 /PKGBUILD
parent0e6e5f864e1cebf05eaff4d533aa24d30a99d84c (diff)
downloadaur-python-applicationinsights.tar.gz
Update to 1.0.0b15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b39e8f04f65..eaa3e8120913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-applicationinsights
-pkgver=1.0.0b14
+pkgver=1.0.0b15
pkgrel=1
pkgdesc="Application Insights SDK for Python"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/Microsoft/ApplicationInsights-Python"
license=('MIT')
makedepends=('python-setuptools')
source=("https://github.com/microsoft/ApplicationInsights-Python/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ea91a23047e267990de0a763665c2b0e23ad765af425e94cc127a5bb962f83df')
+sha256sums=('eabe3c863cfff7e6af461c8cfbfb33ccda81d054595f65a628ddc5c7aa43c399')
build() {
cd "ApplicationInsights-Python-${pkgver}/azure-monitor-opentelemetry"