Commit a27d0ea4 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1408 from uberhacker/update-libpng-package

Update libpng from 1.6.33 to 1.6.34
parents 0f6e5b3a 27471797
......@@ -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