diff options
Diffstat (limited to 'media/libs')
-rw-r--r-- | media/libs/speex/speex.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libs/speex/speex.mkbuild b/media/libs/speex/speex.mkbuild index 4850470..812d954 100644 --- a/media/libs/speex/speex.mkbuild +++ b/media/libs/speex/speex.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.xiph.org/releases/speex/speex-1.2beta3.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz" # # Documentation files. Null ("") to auto-set commom doc-files: @@ -57,6 +57,7 @@ off: create_build_user_and_group off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source on: patch_source on: configure |