urlscan: update to 1.0.1.
This commit is contained in:
parent
6378c20691
commit
a2138beda9
|
@ -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"
|
||||
|
@ -10,9 +10,5 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|||
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
|
||||
|
||||
pre_build() {
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
||||
}
|
||||
distfiles="${PYPI_SITE}/u/urlscan/urlscan-${version}.tar.gz"
|
||||
checksum=e0ec986e5aa2da57dd2face8692116d80af173d4eb56a78e4fd881731113307f
|
||||
|
|
Loading…
Reference in New Issue