Update Vorbis to 1.3.3.

master
dak180 2012-02-12 08:50:06 -05:00
parent 04bc8b8045
commit a369971dbf
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Vorbis</string>
<key>CFBundleGetInfoString</key>
<string>Vorbis framework 1.3.2, Copyright © 1994-2010 Xiph.Org Foundation</string>
<string>Vorbis framework 1.3.3, Copyright © 1994-2012 Xiph.Org Foundation</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>Vorbis framework 1.3.2</string>
<string>Vorbis framework 1.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.2</string>
<string>1.3.3</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1994-2010 Xiph.Org Foundation</string>
<string>Copyright © 1994-2012 Xiph.Org Foundation</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>

View File

@ -1,10 +1,10 @@
#!/bin/sh
DirectorY="libvorbis-1.3.2"
OutDir="libvorbis"
FileName="libvorbis-1.3.2.tar.gz"
SourceDLP="http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.gz"
MD5Sum="c870b9bd5858a0ecb5275c14486d9554"
DirectorY="${OutDir}-1.3.3"
FileName="${DirectorY}.tar.gz"
SourceDLP="http://downloads.xiph.org/releases/vorbis/${FileName}"
MD5Sum="6b1a36f0d72332fae5130688e65efe1f"
configs/FetchSource.sh "${DirectorY}" "${OutDir}" "${FileName}" "${SourceDLP}" "${MD5Sum}"
exit ${?}