summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2023-09-15 09:41:33 +0800
committerLetu Ren2023-09-15 09:41:33 +0800
commit829f74eb72c95a5700fe4b273bd623f7dfa53141 (patch)
treeed452cad0bf1bae3e4f4567b4bb045506341ca43 /PKGBUILD
parent88b397d1bb9e314d12d73d09b95004ce899ff4c5 (diff)
downloadaur-829f74eb72c95a5700fe4b273bd623f7dfa53141.tar.gz
update to 2.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 352d47505873..6b7be38451b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:: Ocelot <1112345@airmail.cc>
pkgname=python-censys
-pkgver=2.2.5
+pkgver=2.2.6
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=('2c31eed2ac3df561be91225af30f4b0e7a8641645b535997a99e5e123f9f60a6')
+sha256sums=('379d1d607bf9e4cab593b67d553ae9f635cd39a6283ff76d3eede0f7eb2b5b52')
build() {
cd "${_name}-${pkgver}"