mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/tasksh: Fix HOMEPAGE and DOWNLOAD urls.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a69869f021
commit
034d7be129
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@ tasksh:
|
|||
tasksh:
|
||||
tasksh:
|
||||
tasksh:
|
||||
tasksh: Home: http://www.taskwarrior.org
|
||||
tasksh: Home: https://www.taskwarrior.org
|
||||
tasksh:
|
||||
tasksh:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="tasksh"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.taskwarrior.org"
|
||||
DOWNLOAD="http://www.taskwarrior.org/download/tasksh-1.0.0.tar.gz"
|
||||
HOMEPAGE="https://www.taskwarrior.org"
|
||||
DOWNLOAD="https://ftp.mirrorservice.org/sites/download.salixos.org/x86_64/extra-14.2/source/office/tasksh/tasksh-1.0.0.tar.gz"
|
||||
MD5SUM="0fcadb5500d27cd7cbaa20e6a081f164"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue