python/python3-uri_template: Updated md5sum, project name.
The github repo was renamed and this changed the MD5SUM. I've diffed the file from github and the original one from sbosrcarch with the previous md5sum and they are exactly the same. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a3c78e5a68
commit
2cfc291fe7
|
@ -30,7 +30,7 @@ BUILD=${BUILD:-1}
|
|||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
SRCNAM=uri_template
|
||||
SRCNAM=uri-template
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-uri_template"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://github.com/plinss/uri_template"
|
||||
DOWNLOAD="https://github.com/plinss/uri_template/archive/v1.2.0/uri_template-1.2.0.tar.gz"
|
||||
MD5SUM="0124942e884909d5e0bd5d0e5a50fefd"
|
||||
HOMEPAGE="https://github.com/plinss/uri-template"
|
||||
DOWNLOAD="https://github.com/plinss/uri-template/archive/v1.2.0/uri-template-1.2.0.tar.gz"
|
||||
MD5SUM="c7ffa34f8bbf4632aab2f0b6e0df27fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue