libpng 1.6.37
Closes #38941. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
49a717700e
commit
80c33ea203
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Libpng < Formula
|
||||
desc "Library for manipulating PNG images"
|
||||
homepage "http://www.libpng.org/pub/png/libpng.html"
|
||||
url "https://downloads.sourceforge.net/libpng/libpng-1.6.36.tar.xz"
|
||||
mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.36/libpng-1.6.36.tar.xz"
|
||||
sha256 "eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319"
|
||||
url "https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz"
|
||||
mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.37/libpng-1.6.37.tar.xz"
|
||||
sha256 "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue