wok diff libtar/receipt @ rev 25475

openjdk-6-src: find output to variable
author Hans-G?nter Theisgen
date Thu Oct 13 17:05:46 2022 +0100 (20 months ago)
parents bd7510903310
children
line diff
     1.1 --- a/libtar/receipt	Sun May 01 08:42:44 2022 +0000
     1.2 +++ b/libtar/receipt	Thu Oct 13 17:05:46 2022 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://directory.fsf.org/wiki/Libtar"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://pkgbuild.com/~giovanni/$PACKAGE/$TARBALL"
     1.8 +WGET_URL="https://github.com/tklauser/libtar/archive/v$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="zlib"
    1.11  BUILD_DEPENDS="automake libtool zlib-dev"