summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-09-16 10:06:42 -0600
committerMark Wagie2024-09-16 10:06:42 -0600
commit9f6592be651da3c4731bbbcba6a17146811af41c (patch)
tree6ed3a52834b3b30855f7dfcedf57ec183280d66e
parent6af7dfedd8b307089a51ae55e5bda08a4251ac99 (diff)
downloadaur-9f6592be651da3c4731bbbcba6a17146811af41c.tar.gz
3.6.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaed2a0fc519..78ef2aabda8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-posthog
pkgdesc = Integrate PostHog into any python application.
- pkgver = 3.6.5
+ pkgver = 3.6.6
pkgrel = 1
url = https://posthog.com/docs/libraries/python
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-posthog
depends = python-monotonic
depends = python-requests
depends = python-six
- source = posthog-python-3.6.5.tar.gz::https://github.com/PostHog/posthog-python/archive/refs/tags/v3.6.5.tar.gz
- sha256sums = 5ad8e474a35793ebd13ce4df83cacc33e5b045c0a1c7369d7bc1b7c20c6d7c75
+ source = posthog-python-3.6.6.tar.gz::https://github.com/PostHog/posthog-python/archive/refs/tags/v3.6.6.tar.gz
+ sha256sums = e60747c2e3605b368a9985b22918c586b1781b30537c6c04731f1dbf2f3312de
pkgname = python-posthog
diff --git a/PKGBUILD b/PKGBUILD
index 9d55704c7210..e35cc1d72607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-posthog
_name=posthog-python
-pkgver=3.6.5
+pkgver=3.6.6
pkgrel=1
pkgdesc="Integrate PostHog into any python application."
arch=('any')
@@ -26,7 +26,7 @@ checkdepends=(
'python-pytest-timeout'
)
source=("$_name-$pkgver.tar.gz::https://github.com/PostHog/posthog-python/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('5ad8e474a35793ebd13ce4df83cacc33e5b045c0a1c7369d7bc1b7c20c6d7c75')
+sha256sums=('e60747c2e3605b368a9985b22918c586b1781b30537c6c04731f1dbf2f3312de')
prepare() {
cd "$_name-$pkgver"