Skip to content

Commit e3f5670

Browse files
author
Dan Peori
committed
Merge pull request #19 from roman5566/patch-1
Update zlib-1.2.6.sh to zlib-1.2.7.sh as it fails the build now.
2 parents adf1d34 + e70e0b1 commit e3f5670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/001-zlib-1.2.6.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# zlib-1.2.6.sh by Dan Peori ([email protected])
33

44
## Download the source code.
5-
wget --continue http://zlib.net/zlib-1.2.6.tar.gz
5+
wget --continue http://zlib.net/zlib-1.2.7.tar.gz
66

77
## Unpack the source code.
8-
rm -Rf zlib-1.2.6 && tar xfvz zlib-1.2.6.tar.gz && cd zlib-1.2.6
8+
rm -Rf zlib-1.2.6 && tar xfvz zlib-1.2.7.tar.gz && cd zlib-1.2.7
99

1010
## Patch the source code.
1111
cat ../../patches/zlib-1.2.6-PPU.patch | patch -p1

0 commit comments

Comments
 (0)