Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit b1951ed

Browse files
authored
Merge pull request #195 from Homebrew/portable-zlib
portable-zlib 1.3.1
2 parents 7e4bf60 + ec34b20 commit b1951ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Formula/portable-zlib.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
class PortableZlib < PortableFormula
44
desc "General-purpose lossless data-compression library"
5-
homepage "https://www.zlib.net/"
6-
url "https://zlib.net/zlib-1.3.tar.gz"
7-
mirror "https://fossies.org/linux/misc/zlib-1.3.tar.gz"
8-
mirror "https://fossies.org/linux/misc/legacy/zlib-1.3.tar.gz"
9-
sha256 "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
5+
homepage "https://zlib.net/"
6+
url "https://zlib.net/zlib-1.3.1.tar.gz"
7+
mirror "https://downloads.sourceforge.net/project/libpng/zlib/1.3.1/zlib-1.3.1.tar.gz"
8+
mirror "http://fresh-center.net/linux/misc/zlib-1.3.1.tar.gz"
9+
mirror "http://fresh-center.net/linux/misc/legacy/zlib-1.3.1.tar.gz"
10+
sha256 "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
1011
license "Zlib"
1112

1213
# https://zlib.net/zlib_how.html

0 commit comments

Comments
 (0)