Skip to content

Commit 0a47423

Browse files
committed
Merge pull request #27 from rurika/patch-2
Update 001-zlib-1.2.7.sh to 001-zlib-1.2.8.sh
2 parents f54fc73 + 66e2213 commit 0a47423

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/sh -e
2-
# zlib-1.2.7.sh by Dan Peori ([email protected])
2+
# zlib-1.2.8.sh by Dan Peori ([email protected])
33

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

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

1010
## Patch the source code.
11-
cat ../../patches/zlib-1.2.7-PPU.patch | patch -p1
11+
cat ../../patches/zlib-1.2.8-PPU.patch | patch -p1
1212

1313
## Configure the build.
1414
AR="powerpc64-ps3-elf-ar" CC="powerpc64-ps3-elf-gcc" RANLIB="powerpc64-ps3-elf-ranlib" \

0 commit comments

Comments
 (0)