summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2023-05-09 11:23:21 +0200
committerLetu Ren2023-05-09 11:23:21 +0200
commita8739e1fed13eaddc78255562e8dddbb0b86bd85 (patch)
treee99726d30d8f86793bac7caf2816724fa7db5bd3
parent0932edd487ab8c0003e29934e67904db3d4d70f3 (diff)
downloadaur-a8739e1fed13eaddc78255562e8dddbb0b86bd85.tar.gz
update to 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88369b4851c1..b327431cd956 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.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/censys/censys-python
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-censys
depends = python-requests
depends = python-backoff
depends = python-rich
- source = https://files.pythonhosted.org/packages/source/c/censys/censys-2.2.0.tar.gz
- sha256sums = ad0925d56b681bd9dd6f2a64fc33baf354adafa8bd307dc9a3320d2f9cfe22e3
+ source = https://files.pythonhosted.org/packages/source/c/censys/censys-2.2.1.tar.gz
+ sha256sums = 49f1785f655de1882384633c9b4244ee369359939cacb5bb8aa347c36d1966f2
pkgname = python-censys
diff --git a/PKGBUILD b/PKGBUILD
index 5e04bc63b350..16385520c139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:: Ocelot <1112345@airmail.cc>
pkgname=python-censys
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="An easy-to-use and lightweight API wrapper for Censys APIs."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-requests' 'python-backoff' 'python-rich')
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=('ad0925d56b681bd9dd6f2a64fc33baf354adafa8bd307dc9a3320d2f9cfe22e3')
+sha256sums=('49f1785f655de1882384633c9b4244ee369359939cacb5bb8aa347c36d1966f2')
build() {
cd "${_name}-${pkgver}"