summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2023-05-09 20:40:17 +0200
committerLetu Ren2023-05-09 20:40:17 +0200
commita27f9ce940024a522ec94f8f7bef7031e65942d1 (patch)
tree676bcd4c8c5f6812a4ce099159ddab312440efe9
parenta8739e1fed13eaddc78255562e8dddbb0b86bd85 (diff)
downloadaur-a27f9ce940024a522ec94f8f7bef7031e65942d1.tar.gz
update to 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b327431cd956..95623eb0cde8 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.1
+ pkgver = 2.2.2
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.1.tar.gz
- sha256sums = 49f1785f655de1882384633c9b4244ee369359939cacb5bb8aa347c36d1966f2
+ source = https://files.pythonhosted.org/packages/source/c/censys/censys-2.2.2.tar.gz
+ sha256sums = 3099c91db4a97018a000265a2279a8e413bf40664f0cdd6c6eee1b550d4bf9d5
pkgname = python-censys
diff --git a/PKGBUILD b/PKGBUILD
index 16385520c139..e0ebd7bf6d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:: Ocelot <1112345@airmail.cc>
pkgname=python-censys
-pkgver=2.2.1
+pkgver=2.2.2
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=('49f1785f655de1882384633c9b4244ee369359939cacb5bb8aa347c36d1966f2')
+sha256sums=('3099c91db4a97018a000265a2279a8e413bf40664f0cdd6c6eee1b550d4bf9d5')
build() {
cd "${_name}-${pkgver}"