summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2024-01-26 21:24:51 +0100
committerBlair Bonnett2024-01-26 21:24:51 +0100
commit3ce3c10d05c3cc2f30e7169dee5fcd3647e77056 (patch)
treec534f92470d4137359e8653fe44d5bc41658c283
parente96a3df9113c5e704b76c3f487a10cf7e5d1ce1e (diff)
downloadaur-3ce3c10d05c3cc2f30e7169dee5fcd3647e77056.tar.gz
Update to 1.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b6cd6bc158..402af9dc7691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crowdin-api-client
pkgdesc = Lightweight interface to the Crowdin API
- pkgver = 1.13.0
+ pkgver = 1.14.1
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.13.0.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/1.13.0.tar.gz
- sha256sums = 3e9c832cb6694d53f38661d72008843d1c9d7647d99679549ec77b24fe36455d
+ source = crowdin-api-client-python-1.14.1.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/1.14.1.tar.gz
+ sha256sums = 4b37ac9fc3804500770fead90d6dbc26a450cf081072af5c095340dee4eb0781
pkgname = python-crowdin-api-client
diff --git a/PKGBUILD b/PKGBUILD
index f443db553091..b6cdd2f28157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-crowdin-api-client
pkgdesc='Lightweight interface to the Crowdin API'
-pkgver=1.13.0
+pkgver=1.14.1
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=(
- '3e9c832cb6694d53f38661d72008843d1c9d7647d99679549ec77b24fe36455d'
+ '4b37ac9fc3804500770fead90d6dbc26a450cf081072af5c095340dee4eb0781'
)
build() {