summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2023-07-25 16:11:27 +0800
committerLetu Ren2023-07-25 16:11:27 +0800
commitf1b8fd035ba1eaaf4e48bb6a3e4637c1f2204d1c (patch)
tree13e40f2b7f0d82ff28d8235527210db8983c77b6
parent793145269da58cbf729db39bd8ff1a01c929e9c7 (diff)
downloadaur-f1b8fd035ba1eaaf4e48bb6a3e4637c1f2204d1c.tar.gz
update to 2.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e17c00401071..d30b7d59dace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-censys
pkgdesc = An easy-to-use and lightweight API wrapper for Censys APIs.
- pkgver = 2.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://github.com/censys/censys-python
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-censys
depends = python-backoff
depends = python-rich
depends = python-argcomplete
- source = https://files.pythonhosted.org/packages/source/c/censys/censys-2.2.3.tar.gz
- sha256sums = b92a864cb1d2cac8e6c50ffda98629372defd098e1d54c081c8a9ccb8c1050d4
+ source = https://files.pythonhosted.org/packages/source/c/censys/censys-2.2.4.tar.gz
+ sha256sums = 2bcace81886b490b8e9b89e9269ee78ec7442631f5ac6e3fae8c94421a2b9d09
pkgname = python-censys
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}"