Chris, On Sat, Nov 5, 2011 at 12:11 AM, Mattmann, Chris A (388J) <[email protected]> wrote: > > Really weird. I just used curl -O to download them -- didn't grab them from a > browser or anything. > > I'll try again tomorrow with a fresh curl and new directory and see if they > sort > themselves out.
Any chance you could give this another try? I just tried it again, and it works for me as well. [noland@node100 mrunit]$ curl -O http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 96087 100 96087 0 0 160k 0 --:--:-- --:--:-- --:--:-- 264k [noland@node100 mrunit]$ curl -O http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.tar.gz.md5 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 0 32 0 0 134 0 --:--:-- --:--:-- --:--:-- 0 [noland@node100 mrunit]$ openssl md5 mrunit-0.5.0-incubating-dist.tar.gzMD5(mrunit-0.5.0-incubating-dist.tar.gz)= b69d2389a5c631e1cfefaa687f381eef [noland@node100 mrunit]$ cat mrunit-0.5.0-incubating-dist.tar.gz.md5 ; echo b69d2389a5c631e1cfefaa687f381eef [noland@node100 mrunit]$ curl -O http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 139k 100 139k 0 0 200k 0 --:--:-- --:--:-- --:--:-- 304k [noland@node100 mrunit]$ curl -O http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.zip.md5 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 0 32 0 0 134 0 --:--:-- --:--:-- --:--:-- 0 [noland@node100 mrunit]$ openssl md5 mrunit-0.5.0-incubating-dist.zipMD5(mrunit-0.5.0-incubating-dist.zip)= e028d9ff0c4ecbd045accf2936f50f04 [noland@node100 mrunit]$ cat mrunit-0.5.0-incubating-dist.zip.md5 ; echo e028d9ff0c4ecbd045accf2936f50f04
