diff --git a/Portfile b/Portfile
index 5fc343c..84a53e8 100644
--- a/Portfile
+++ b/Portfile
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.3.2
+version           1.6.3.3
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -19,8 +19,8 @@ distname          git-${version}
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 7e32fe5a117959d9aa112c67b258c54d37320349 \
-             git-manpages-${version}${extract.suffix} sha1 11d107e4639318a948137faa88ad291b12b9515a
+checksums    git-${version}${extract.suffix} sha1 200b49304696357ccf7a4837307348d681b7e04d \
+             git-manpages-${version}${extract.suffix} sha1 0153298e215ac6beb3c6073aa1c8bd0de9a1da3b
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -80,7 +80,7 @@ post-destroot {
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 e7ec6e1ee432484761c89bd3728c69d9dbe98000
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f6d5bec24edfd27bf91f0f0cc13cfcfd7ecd045f
 }
 
 variant gitweb description {Install gitweb.cgi} {

