Commit 27471797 authored by Ed Reel's avatar Ed Reel

Update libpng from 1.6.33 to 1.6.34

parent 7e3b9ceb
......@@ -3,15 +3,17 @@ require 'package'
class Libpng < Package
description 'libpng is the official PNG reference library.'
homepage 'http://libpng.org/pub/png/libpng.html'
version '1.6.33'
source_url 'http://prdownloads.sourceforge.net/libpng/libpng-1.6.33.tar.gz'
source_sha256 '6a6bacae7510dd53321af0604182b6c731a09457e3ddb8d9668bbce614a2751f'
version '1.6.34'
source_url 'https://sourceforge.net/projects/libpng/files/libpng16/1.6.34/libpng-1.6.34.tar.xz'
source_sha256 '2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6'
binary_url ({
})
binary_sha256 ({
})
depends_on 'zlibpkg'
def self.build
system './configure',
"--prefix=#{CREW_PREFIX}",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment