wok diff libtorrent-rasterbar/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 2a63ec277b0d
children 5ea0ce1cecc0
line diff
     1.1 --- a/libtorrent-rasterbar/receipt	Thu Mar 12 16:16:29 2020 +0100
     1.2 +++ b/libtorrent-rasterbar/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  SOURCE="libtorrent"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://github.com/arvidn/$SOURCE/releases/download/${SOURCE}_${VERSION//./_}/$TARBALL"
     1.8 +WGET_URL="https://github.com/arvidn/$SOURCE/archive/${SOURCE}-${VERSION//./_}.tar.gz"
     1.9  
    1.10  DEPENDS="gcc83-lib-base libboost-filesystem libboost-math libboost-python 
    1.11  	libboost-thread openssl python"