summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-10-03 09:50:03 -0500
committerLuis Martinez2022-10-03 09:50:03 -0500
commita190fa0704e1e5b54f4bc2f66be8ff47e74986bd (patch)
tree73b9da8cfbcb18791e0ae937ddb68c19fbe9b93b
parent9a70861b60423fed99966493766412416f3d7130 (diff)
downloadaur-a190fa0704e1e5b54f4bc2f66be8ff47e74986bd.tar.gz
update to 0.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d181d68698..2359205104c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vt-py
pkgdesc = Official Python client library for VirusTotal's REST API
- pkgver = 0.16.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://github.com/virustotal/vt-py
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-vt-py
depends = python-aiohttp
provides = python-virustotal
replaces = python-virustotal-api
- source = python-vt-py-0.16.0.tar.gz::https://github.com/virustotal/vt-py/archive/0.16.0.tar.gz
- sha256sums = 96dfb132aab1f95a71bf9c8413edf989c4eb105a38a8339348c28ccb324f38fb
+ source = python-vt-py-0.17.1.tar.gz::https://github.com/virustotal/vt-py/archive/0.17.1.tar.gz
+ sha256sums = 99cddf626172fa35b9185c2dbb610698461590931bd80c4243b679f8052ce4f4
pkgname = python-vt-py
diff --git a/PKGBUILD b/PKGBUILD
index 1b4319322333..edcfb0b536c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-vt-py
_pkg="${pkgname#python-}"
-pkgver=0.16.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Official Python client library for VirusTotal's REST API"
arch=('any')
@@ -19,7 +19,7 @@ checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpserver'
provides=('python-virustotal')
replaces=('python-virustotal-api')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('96dfb132aab1f95a71bf9c8413edf989c4eb105a38a8339348c28ccb324f38fb')
+sha256sums=('99cddf626172fa35b9185c2dbb610698461590931bd80c4243b679f8052ce4f4')
prepare() {
cd "$_pkg-$pkgver"