diff options
Diffstat (limited to 'www/apps/trac/Trac.mkbuild')
-rw-r--r-- | www/apps/trac/Trac.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apps/trac/Trac.mkbuild b/www/apps/trac/Trac.mkbuild index 04e2344..fedb610 100644 --- a/www/apps/trac/Trac.mkbuild +++ b/www/apps/trac/Trac.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ftp.edgewall.com/pub/trac/Trac-0.11rc2.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://ftp.edgewall.com/pub/trac/Trac-0.11.4.tar.gz" # # Dependency list input @@ -62,6 +62,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source off: configure |