2008/9/17 Patrick R. Michaud <[EMAIL PROTECTED]>:
> On Wed, Sep 17, 2008 at 08:08:47PM +0200, Reini Urban wrote:
>> http://www.parrotcode.org/release/devel still points to 0.7.0
>
> I sent the appropriate patch to the webmaster, but it hasn't
> been applied yet (and I lack a commit bit for the parrotcode.org site).
> Once that's applied, the url should be fixed.

FYI:
I thought the best generic method to get the latest release URI should be
SRC_URI=$(lwp-request -m HEAD -x -e
"http://www.parrotcode.org/release/devel"; 2>&1 | \
            grep "/authors/id" | tail -n1 | perl -ane 'print $F[2]')

The authors id changes in the uri below with every release:
  http://search.cpan.org/CPAN/authors/id/P/M/PMIC/parrot-${PV}.tar.gz
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/

Reply via email to