summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 542e9e852fec..6404a77ff783 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crowdin-api-client
pkgdesc = Lightweight interface to the Crowdin API
- pkgver = 1.15.1
+ pkgver = 1.15.2
pkgrel = 1
url = https://support.crowdin.com/api/v2/
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-crowdin-api-client
makedepends = python-wheel
depends = python-deprecated
depends = python-requests
- source = crowdin-api-client-python-1.15.1.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/1.15.1.tar.gz
- sha256sums = 867a7d5f10a3a8a1ff165eaadbb4c69261dfc8545db34f2f89ef5de6c8ded1d9
+ source = crowdin-api-client-python-1.15.2.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/1.15.2.tar.gz
+ sha256sums = ba7ba1d667dc7a42e08f5845a59b28cb0f18008e4c5f0d8fc2911d081de62f87
pkgname = python-crowdin-api-client
diff --git a/PKGBUILD b/PKGBUILD
index 1d6b5faa8fed..dbd583333469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-crowdin-api-client
pkgdesc='Lightweight interface to the Crowdin API'
-pkgver=1.15.1
+pkgver=1.15.2
pkgrel=1
url='https://support.crowdin.com/api/v2/'
license=('MIT')
@@ -18,7 +18,7 @@ source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/$pkgver.tar.gz"
)
sha256sums=(
- '867a7d5f10a3a8a1ff165eaadbb4c69261dfc8545db34f2f89ef5de6c8ded1d9'
+ 'ba7ba1d667dc7a42e08f5845a59b28cb0f18008e4c5f0d8fc2911d081de62f87'
)
build() {