lib/deprec/recipes/git.rb in deprec-2.1.1 vs lib/deprec/recipes/git.rb in deprec-2.1.4

- 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.3.2.tar.gz", - :md5sum => "c9819ba1ad3edbcf3b5de3116048d59f git-1.6.3.2.tar.gz" + :url => "http://kernel.org/pub/software/scm/git/git-1.6.4.3.tar.gz", + :md5sum => "95381cd27ad762c645c8e07f922879ce git-1.6.4.3.tar.gz" } desc "Install git" task :install do install_deps