summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-01-04 09:54:15 -0600
committerLuis Martinez2022-01-04 09:54:15 -0600
commit4bd64932635e4410aa924dd1a65e5f05deee6c4d (patch)
treea4abec56d2159fc128b5140bfa12e6f795fedd53 /PKGBUILD
parentfcdd33ec0557931f93534bb48c519d3e0ce35146 (diff)
downloadaur-4bd64932635e4410aa924dd1a65e5f05deee6c4d.tar.gz
update to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5ce1888e51b..c1eb68ad0f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=python-vt-py
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Official Python client library for VirusTotal's REST API"
arch=('any')
@@ -13,7 +13,7 @@ checkdepends=('python-pytest-httpserver' 'python-pytest-asyncio')
provides=('python-virustotal')
replaces=('python-virustotal-api')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('0c74c51bdfa4a49a7d3224dc3120ab4ca33537c344ad85b5f119d16909591c76')
+sha256sums=('7f72a6816038b59105da6935f8ceffc82161d227d764d79f2f68bb7cf71476d0')
build() {
cd "vt-py-$pkgver"