We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adf1d34 + e70e0b1 commit e3f5670Copy full SHA for e3f5670
scripts/001-zlib-1.2.6.sh
@@ -2,10 +2,10 @@
2
# zlib-1.2.6.sh by Dan Peori ([email protected])
3
4
## Download the source code.
5
-wget --continue http://zlib.net/zlib-1.2.6.tar.gz
+wget --continue http://zlib.net/zlib-1.2.7.tar.gz
6
7
## Unpack the source code.
8
-rm -Rf zlib-1.2.6 && tar xfvz zlib-1.2.6.tar.gz && cd zlib-1.2.6
+rm -Rf zlib-1.2.6 && tar xfvz zlib-1.2.7.tar.gz && cd zlib-1.2.7
9
10
## Patch the source code.
11
cat ../../patches/zlib-1.2.6-PPU.patch | patch -p1
0 commit comments