python-regex: update to 2019.01.24.
This commit is contained in:
parent
4fab3c2f98
commit
0fe66eed09
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-regex'
|
||||
pkgname=python-regex
|
||||
version=2018.11.22
|
||||
version=2019.01.24
|
||||
revision=1
|
||||
wrksrc="regex-${version}"
|
||||
build_style=python2-module
|
||||
|
@ -11,5 +11,5 @@ short_desc="Alternative regular expression module (Python2)"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="PSF"
|
||||
homepage="https://pypi.org/project/regex/"
|
||||
distfiles="${PYPI_SITE}/r/regex/regex-$version.tar.gz"
|
||||
checksum=79a6a60ed1ee3b12eb0e828c01d75e3b743af6616d69add6c2fde1d425a4ba3f
|
||||
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||
checksum=20b1601b887e1073805adda2f8a09bb4c86dc7629c46c0d7bf28444dcb32920d
|
||||
|
|
Loading…
Reference in a new issue