wok-next diff roundup/receipt @ rev 21014

x265: fix build for i486 arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 11:28:22 2018 +0300 (2018-10-14)
parents 7390f8de9846
children d5aab818505e
line diff
     1.1 --- a/roundup/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/roundup/receipt	Sun Oct 14 11:28:22 2018 +0300
     1.3 @@ -9,7 +9,7 @@
     1.4  DEPENDS="python"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.roundup-tracker.org"
     1.7 -WGET_URL="http://pypi.python.org/packages/source/r/$PACKAGE/$TARBALL"
     1.8 +WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()