wok diff perl-test-mockobject/receipt @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (2 days ago)
parents 15650f5d595b
children
line diff
     1.1 --- a/perl-test-mockobject/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-test-mockobject/receipt	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Perl extension Test::MockObject."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL"
     1.7 -WEB_SITE="https://metacpan.org/release/Test-MockObject"
     1.8 +WEB_SITE="https://metacpan.org/dist/Test-MockObject"
     1.9  
    1.10  SOURCE="Test-MockObject"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12 @@ -15,6 +15,7 @@
    1.13  DEPENDS="perl perl-test-exception"
    1.14  BUILD_DEPENDS="$DEPENDS"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - $WEB_SITE 2>/dev/null | \