Merge pull request #222 from mrhdias/patch-1

The recipe don't download the archive.
This commit is contained in:
Richard Larkin 2016-11-09 20:37:17 +02:00 committed by GitHub
commit 2af64bb35e

View file

@ -4,8 +4,8 @@ from os.path import join
import sh
class PngRecipe(Recipe):
version = '1.6.24'
url = 'http://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.24/libpng-1.6.24.tar.gz'
version = '1.6.26'
url = 'http://downloads.sourceforge.net/sourceforge/libpng/libpng-{version}.tar.gz'
depends = ["python"]
library = '.libs/libpng16.a'
@ -23,4 +23,4 @@ class PngRecipe(Recipe):
shprint(sh.make, "clean")
shprint(sh.make, _env=build_env)
recipe = PngRecipe()
recipe = PngRecipe()