Date: Sunday, July 10, 2022 @ 08:50:28 Author: grawlinson Revision: 1249273
upgpkg: python-shodan 1.28.0-1; new upstream release Modified: python-shodan/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-10 08:50:11 UTC (rev 1249272) +++ PKGBUILD 2022-07-10 08:50:28 UTC (rev 1249273) @@ -2,8 +2,8 @@ # Contributor: liara <[email protected]> pkgname=python-shodan -pkgver=1.27.0 -pkgrel=2 +pkgver=1.28.0 +pkgrel=1 pkgdesc='The official Python library and CLI for Shodan' url='https://shodan.readthedocs.io/' license=('MIT') @@ -18,7 +18,7 @@ 'python-setuptools' ) makedepends=('git') -_commit='b32a7bc3f45f62c7ce962cea5954dd8b82fa6824' +_commit='7d043d74735cfaf0b0b5dc8fbc81922ba117dfea' source=("$pkgname::git+https://github.com/achillean/shodan-python.git#commit=$_commit") b2sums=('SKIP')
