wok diff libofx/receipt @ rev 22385

linux-zram: fix 2G+ overflow (bug 230)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 28 10:13:55 2019 +0100 (2019-11-28)
parents f1e8995566a5
children 370da83187ab
line diff
     1.1 --- a/libofx/receipt	Wed Jan 01 20:46:08 2014 +0100
     1.2 +++ b/libofx/receipt	Thu Nov 28 10:13:55 2019 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://libofx.sourceforge.net/"
     1.7 -WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/$VERSION/$TARBALL"
     1.8 +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="opensp"
    1.11  BUILD_DEPENDS="opensp-dev"