diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/info2man/info2man.SlackBuild | 5 | ||||
-rw-r--r-- | system/info2man/info2man.info | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/system/info2man/info2man.SlackBuild b/system/info2man/info2man.SlackBuild index 1f714d7c7b..7d154a47f1 100644 --- a/system/info2man/info2man.SlackBuild +++ b/system/info2man/info2man.SlackBuild @@ -9,6 +9,11 @@ # The version number below is the modification time of the newest file # in the source tarball. +# 20140907 bkw: original site blocks downloads based on user-agent. Host +# the src on my own server. Only the .info file changed, not the script, so +# didn't bump the BUILD. +# Original download link: http://www.cskk.ezoshosting.com/cs/css/info2man.tar.gz + PRGNAM=info2man VERSION=${VERSION:-20040717} ARCH=noarch diff --git a/system/info2man/info2man.info b/system/info2man/info2man.info index a263adb64f..024d55d035 100644 --- a/system/info2man/info2man.info +++ b/system/info2man/info2man.info @@ -1,7 +1,7 @@ PRGNAM="info2man" VERSION="20040717" HOMEPAGE="http://www.cskk.ezoshosting.com/cs/css/info2pod.html" -DOWNLOAD="http://www.cskk.ezoshosting.com/cs/css/info2man.tar.gz" +DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/info2man.tar.gz" MD5SUM="303b9bf313e88558ff577806398f6c4c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |