lib/deprec/recipes/git.rb in deprec-2.0.10 vs lib/deprec/recipes/git.rb in deprec-2.0.11

- old
+ new

@@ -8,11 +8,11 @@ set :git_port, '9418' set :git_keys_file, '/home/git/.ssh/authorized_keys' set :git_root, '/var/git' SRC_PACKAGES[:git] = { - :url => "http://kernel.org/pub/software/scm/git/git-1.6.1.tar.gz", - :md5sum => "1f915929d4f54a2e0449a4a08f093118 git-1.6.1.tar.gz" + :url => "http://kernel.org/pub/software/scm/git/git-1.6.3.2.tar.gz", + :md5sum => "c9819ba1ad3edbcf3b5de3116048d59f git-1.6.3.2.tar.gz" } desc "Install git" task :install do install_deps