wok-6.x diff pv/receipt @ rev 25541

w3m: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 10 17:54:21 2023 +0000 (19 months ago)
parents 3ce097bbe559
children
line diff
     1.1 --- a/pv/receipt	Thu Jun 30 17:58:13 2022 +0100
     1.2 +++ b/pv/receipt	Fri Mar 10 17:54:21 2023 +0000
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="Pipe viewer for monitoring data through a pipeline."
     1.5  MAINTAINER="allan316@gmail.com"
     1.6  LICENSE="Artistic"
     1.7 -WEB_SITE="https://www.ivarch.com/programs/pv.shtml"
     1.8 +WEB_SITE="https://github.com/a-j-wood/pv"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11 -WGET_URL="https://www.ivarch.com/programs/sources/$TARBALL"
    1.12 +WGET_URL="https://github.com/a-j-wood/pv/releases/download/v$VERSION/$TARBALL"
    1.13  
    1.14  DEPENDS=""
    1.15  BUILD_DEPENDS="gettext"