From 9e71a5a58cc6f161a98f9b589a90b4b49b183733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 25 Jul 2023 15:12:25 +0100 Subject: [PATCH] urlscan: update to 1.0.1. --- srcpkgs/urlscan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template index f669aef9db6bb..76d16f73d5d0a 100644 --- a/srcpkgs/urlscan/template +++ b/srcpkgs/urlscan/template @@ -1,6 +1,6 @@ # Template file for 'urlscan' pkgname=urlscan -version=1.0.0 +version=1.0.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -11,7 +11,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/firecat53/urlscan" changelog="https://github.com/firecat53/urlscan/releases" distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz" -checksum=b12da2c3ee45ae21c80eed2fc40866b3b0b82a39e70ce1ad458b65af7334728a +checksum=4e9bda5880a8fa3de89e1fe204a8d6fbcc9abf41dfe0ed6da21df5f6284099c4 pre_build() { export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"