From cd25cbee01d5f7844222ddec89006314103b0a3c Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Thu, 11 Feb 2021 10:57:33 -0600 Subject: [PATCH] python3-shodan: update to 1.25.0 --- srcpkgs/python3-shodan/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template index 5900d6ce7d1..86885cc8cc4 100644 --- a/srcpkgs/python3-shodan/template +++ b/srcpkgs/python3-shodan/template @@ -1,18 +1,19 @@ # Template file for 'python3-shodan' pkgname=python3-shodan -version=1.24.0 +version=1.25.0 revision=1 wrksrc="shodan-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-click python3-click-plugins python3-colorama python3-requests python3-XlsxWriter" +checkdepends="${depends}" short_desc="Python library and CLI for Shodan" maintainer="Alex Childs " license="MIT" homepage="https://developer.shodan.io" distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz" -checksum=10ab5187de136aeec417c636a7ab33ab7432021143a2b71f31a55bc4d6e3c743 +checksum=52932c6d508622877d0667e0290fee84e6cb749b6565b48ba359fbbf002f0845 post_install() { vlicense LICENSE