summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76bd356d03a6..698e384b3f75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:: Ocelot <1112345@airmail.cc>
pkgname=python-censys
-pkgver=2.2.3
+pkgver=2.2.4
pkgrel=1
pkgdesc="An easy-to-use and lightweight API wrapper for Censys APIs."
arch=('any')
@@ -19,7 +19,7 @@ depends=(
makedepends=('python-build' 'python-installer' 'python-poetry-core')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('b92a864cb1d2cac8e6c50ffda98629372defd098e1d54c081c8a9ccb8c1050d4')
+sha256sums=('2bcace81886b490b8e9b89e9269ee78ec7442631f5ac6e3fae8c94421a2b9d09')
build() {
cd "${_name}-${pkgver}"