summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2024-05-14 14:56:03 +0200
committerBlair Bonnett2024-05-14 14:56:03 +0200
commit944e16f04c87f5eccf37bcff9caa8e0b7c550133 (patch)
tree5a1acacc151c1265b30ee74b458019c1a7327b26 /PKGBUILD
parente202c81f4571db44b0dbca13468e261531fdb532 (diff)
downloadaur-944e16f04c87f5eccf37bcff9caa8e0b7c550133.tar.gz
Update to 1.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b43079061fe7..1d6b5faa8fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-crowdin-api-client
pkgdesc='Lightweight interface to the Crowdin API'
-pkgver=1.15.0
+pkgver=1.15.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=(
- '609a95e325ffbf4f46c3bf852c1b0b5f77ef491846df2aad4b010029a26c8b9d'
+ '867a7d5f10a3a8a1ff165eaadbb4c69261dfc8545db34f2f89ef5de6c8ded1d9'
)
build() {