summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2023-07-25 16:11:27 +0800
committerLetu Ren2023-07-25 16:11:27 +0800
commitf1b8fd035ba1eaaf4e48bb6a3e4637c1f2204d1c (patch)
tree13e40f2b7f0d82ff28d8235527210db8983c77b6 /PKGBUILD
parent793145269da58cbf729db39bd8ff1a01c929e9c7 (diff)
downloadaur-f1b8fd035ba1eaaf4e48bb6a3e4637c1f2204d1c.tar.gz
update to 2.2.4
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}"