system/repeat: Update HOMEPAGE & DOWNLOAD url.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-04-16 08:52:16 +02:00 committed by Willy Sudiarto Raharjo
parent 9fb07bced5
commit 3349b39e12
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
PRGNAM="repeat"
VERSION="0.1.2"
HOMEPAGE="http://github.com/lqez/repeat"
DOWNLOAD="https://pypi.python.org/packages/source/r/repeat/repeat-0.1.2.tar.gz"
HOMEPAGE="https://github.com/lqez/repeat"
DOWNLOAD="https://pypi.python.org/packages/26/9a/83304ebf5023962522475396666dca7ccfad42497d982cf9682121f8de1e/repeat-0.1.2.tar.gz"
MD5SUM="39aa18f5069bad23e6b2bce0f1ddd8a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""

View file

@ -12,7 +12,7 @@ repeat: Repeat command N times every S seconds.
repeat: Example display disk space every 2 seconds, but stops in 5 times.
repeat: $ repeat -n 5 -s 2 df -h
repeat:
repeat: Homepage: http://github.com/lqez/repeat
repeat: Homepage: https://github.com/lqez/repeat
repeat:
repeat:
repeat: