python/speaklater: Update HOMEPAGE and DOWNLOAD urls.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd7a3e7abe
commit
2f89373eb3
|
@ -12,8 +12,8 @@ speaklater: A module that provides lazy strings for translations. Basically you
|
|||
speaklater: get an object that appears to be a string but changes the value every
|
||||
speaklater: time the value is evaluated based on a callable you provide.
|
||||
speaklater:
|
||||
speaklater: http://github.com/mitsuhiko/speaklater
|
||||
speaklater: https://github.com/mitsuhiko/speaklater
|
||||
speaklater:
|
||||
speaklater:
|
||||
speaklater:
|
||||
speaklater:
|
||||
speaklater:
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="speaklater"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://github.com/mitsuhiko/speaklater"
|
||||
DOWNLOAD="https://pypi.python.org/packages/11/92/5ae1effe0ccb8561c034a0111d53c8788660ddb7ed4992f0da1bb5c525e5/speaklater-1.3.tar.gz#md5=e8d5dbe36e53d5a35cff227e795e8bbf"
|
||||
HOMEPAGE="https://github.com/mitsuhiko/speaklater"
|
||||
DOWNLOAD="https://pypi.python.org/packages/11/92/5ae1effe0ccb8561c034a0111d53c8788660ddb7ed4992f0da1bb5c525e5/speaklater-1.3.tar.gz"
|
||||
MD5SUM="e8d5dbe36e53d5a35cff227e795e8bbf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue